From: Chris Alfonso Date: Thu, 3 May 2012 21:45:18 +0000 (-0400) Subject: uncommenting the metadata server attribute so the tests work X-Git-Tag: 2014.1~1883 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d7c2c89a15d0a9cbdaa6dee920865b8cea21e327;p=openstack-build%2Fheat-build.git uncommenting the metadata server attribute so the tests work --- diff --git a/heat/engine/parser.py b/heat/engine/parser.py index a1370317..00793b6f 100644 --- a/heat/engine/parser.py +++ b/heat/engine/parser.py @@ -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",