From: Tony Mack Date: Fri, 5 Aug 2011 19:19:06 +0000 (-0400) Subject: slight modification to planetlab namespace path X-Git-Tag: sfa-1.0-30~14 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a9c4ab965952f409b806b63de26974e8d7a05bd1;p=sfa.git slight modification to planetlab namespace path --- diff --git a/sfa/rspecs/pg_rspec.py b/sfa/rspecs/pg_rspec.py index 4f08ec62..2d27edbe 100755 --- a/sfa/rspecs/pg_rspec.py +++ b/sfa/rspecs/pg_rspec.py @@ -32,7 +32,7 @@ pg_rspec_request_version = RSpecVersion(_request_version) class PGRSpec(RSpec): xml = None header = '\n' - template = '' + template = '' def __init__(self, rspec="", namespaces={}, type=None): if not type: @@ -51,7 +51,7 @@ class PGRSpec(RSpec): if not namespaces: self.namespaces = {'rspecv2': self.version['namespace'], 'flack': 'http://www.protogeni.net/resources/rspec/ext/flack/1', - 'planetlab': 'http://www.planet-lab.org/resources/ext/planetlab/1' } + 'planetlab': 'http://www.planet-lab.org/resources/sfa/ext/planetlab/1' } else: self.namespaces = namespaces