From bcd7b455b0df12a17f1e89d301499b193160adab Mon Sep 17 00:00:00 2001 From: Andy Bavier Date: Mon, 25 Jan 2010 21:36:31 +0000 Subject: [PATCH] Outer tag is for compatibility with sfatables --- sfa/rspecs/aggregates/vini/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.43.0