]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Updated run-parser.py to work well with WordPress template
authorSteven Dake <sdake@redhat.com>
Thu, 29 Mar 2012 04:30:14 +0000 (21:30 -0700)
committerSteven Dake <sdake@redhat.com>
Thu, 29 Mar 2012 04:30:14 +0000 (21:30 -0700)
Signed-off-by: Steven Dake <sdake@redhat.com>
bin/run-parser.py

index aa13173ec96c2238f15ea649e9f3cd83282e8f6c..b59d84f56a4ab52f0b1277f4ff91dd160808b54d 100755 (executable)
@@ -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')