Make sure AWS::StackName is avaliable

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
Angus Salkeld 2012-04-26 17:01:38 +10:00
parent e5208d1d71
commit 9f9716f3d9
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@ class Stack(object):
self.name = stack_name
self.parsed_template_id = 0
self.parms['AWS::StackName'] = {"Description": "AWS StackName",
"Type": "String",
"Value": stack_name}
self.parms['AWS::Region'] = {"Description": "AWS Regions",
"Type": "String",
"Default": "ap-southeast-1",