Missed one...
authorAndy Bavier <acb@cs.princeton.edu>
Fri, 16 Oct 2009 15:26:16 +0000 (15:26 +0000)
committerAndy Bavier <acb@cs.princeton.edu>
Fri, 16 Oct 2009 15:26:16 +0000 (15:26 +0000)
sfa/rspecs/aggregates/vini/utils.py

index e67e041..4d74f16 100644 (file)
@@ -560,7 +560,7 @@ class Topology:
     """
     def toxml(self, hrn = None):
         xml = """<?xml version="1.0"?>
-<Rspec xmlns="http://www.planet-lab.org/sfa/rspec/" name="vini">
+<RSpec xmlns="http://www.planet-lab.org/sfa/rspec/" name="vini">
     <Capacity>
         <NetSpec name="physical_topology">"""
 
@@ -616,7 +616,7 @@ class Topology:
         xml += """
         </NetSpec>
     </Request>
-</Rspec>"""
+</RSpec>"""
 
         # Remove all leading whitespace and newlines
         lines = xml.split("\n")