From: Andy Bavier Date: Mon, 25 Jan 2010 21:36:31 +0000 (+0000) Subject: Outer tag is for compatibility with sfatables X-Git-Tag: sfa-0.9-11~201 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bcd7b455b0df12a17f1e89d301499b193160adab;p=sfa.git Outer tag is for compatibility with sfatables --- diff --git a/sfa/rspecs/aggregates/vini/utils.py b/sfa/rspecs/aggregates/vini/utils.py index 34f23e4a..e5c78755 100644 --- a/sfa/rspecs/aggregates/vini/utils.py +++ b/sfa/rspecs/aggregates/vini/utils.py @@ -531,7 +531,7 @@ class Topology: slicenodes = {} - top = rspecdict['rspec'] + top = rspecdict['RSpec'] if ('network' in top): sites = top['network'][0]['site'] for site in sites: @@ -615,7 +615,7 @@ class Topology: """ def toxml(self, hrn = None): xml = XMLBuilder() - with xml.rspec(type="VINI"): + with xml.RSpec(type="VINI"): if hrn: element = xml.network(name="Public VINI", slice=hrn) else: