From: Tony Mack Date: Wed, 12 Oct 2011 15:58:56 +0000 (-0400) Subject: add planetlab schema to scheamaLocation X-Git-Tag: sfa-1.1-1~113 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ba865ece2bb0b0cffc1ebe2c1401166c0327fb72;p=sfa.git add planetlab schema to scheamaLocation --- 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 = '' +