From ba865ece2bb0b0cffc1ebe2c1401166c0327fb72 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 12 Oct 2011 11:58:56 -0400 Subject: [PATCH] add planetlab schema to scheamaLocation --- sfa/rspecs/versions/pgv2.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sfa/rspecs/versions/pgv2.py b/sfa/rspecs/versions/pgv2.py index b4b278b2..4272b9a7 100644 --- a/sfa/rspecs/versions/pgv2.py +++ b/sfa/rspecs/versions/pgv2.py @@ -244,19 +244,20 @@ class PGv2Ad(PGv2): enabled = True content_type = 'ad' schema = 'http://www.protogeni.net/resources/rspec/2/ad.xsd' - template = '' + template = '' class PGv2Request(PGv2): enabled = True content_type = 'request' schema = 'http://www.protogeni.net/resources/rspec/2/request.xsd' - template = '' + template = '' class PGv2Manifest(PGv2): enabled = True content_type = 'manifest' schema = 'http://www.protogeni.net/resources/rspec/2/manifest.xsd' - template = '' + template = '' + -- 2.47.0