]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
uncommenting the metadata server attribute so the tests work
authorChris Alfonso <calfonso@redhat.com>
Thu, 3 May 2012 21:45:18 +0000 (17:45 -0400)
committerChris Alfonso <calfonso@redhat.com>
Thu, 3 May 2012 21:45:18 +0000 (17:45 -0400)
heat/engine/parser.py

index a137031769f9be63c186b814b66a10f43f32ab25..00793b6fd19269cfce495862c675cde23fafc7bd 100644 (file)
@@ -49,7 +49,7 @@ class Stack(object):
         self.name = stack_name
         self.parsed_template_id = 0
         # TODO(shadower) load this from a config file
-        #self.metadata_server = 'http://10.0.0.1'
+        self.metadata_server = 'http://10.0.0.1'
 
         self.parms['AWS::StackName'] = {"Description": "AWS StackName",
             "Type": "String",