From d7c2c89a15d0a9cbdaa6dee920865b8cea21e327 Mon Sep 17 00:00:00 2001 From: Chris Alfonso Date: Thu, 3 May 2012 17:45:18 -0400 Subject: [PATCH] uncommenting the metadata server attribute so the tests work --- heat/engine/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.45.2