From: Steven Dake Date: Thu, 29 Mar 2012 04:30:14 +0000 (-0700) Subject: Updated run-parser.py to work well with WordPress template X-Git-Tag: 2014.1~2131 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=1ccc461f594da12ad51f5e105060f88c3c85fb33;p=openstack-build%2Fheat-build.git Updated run-parser.py to work well with WordPress template Signed-off-by: Steven Dake --- diff --git a/bin/run-parser.py b/bin/run-parser.py index aa13173e..b59d84f5 100755 --- a/bin/run-parser.py +++ b/bin/run-parser.py @@ -38,10 +38,10 @@ with open(filename) as f: # Don't immediately see a way to have key name as a parameter and also # file injection and monitoring # need to insert key on creation and know what private key is - setparam(params_dict, 'KeyName', '309842309484') # <- that gets inserted into image + setparam(params_dict, 'KeyName', 'sdake_key') # <- that gets inserted into image setparam(params_dict, 'AWS::StackName', stack_name) - setparam(params_dict, 'InstanceType', 't1.micro') + setparam(params_dict, 'InstanceType', 'm1.xlarge') setparam(params_dict, 'DBUsername', 'eddie.jones') setparam(params_dict, 'DBPassword', 'adm1n') setparam(params_dict, 'DBRootPassword', 'admone')