diff options
author | Clint Byrum <clint@fewbar.com> | 2013-04-11 09:47:28 -0700 |
---|---|---|
committer | Clint Byrum <clint@fewbar.com> | 2013-04-11 09:47:28 -0700 |
commit | fcde46d7b178278aa2376fdc8f5427a30209561b (patch) | |
tree | f91712be363da893f5a3bbebccca6c190f62ee0c | |
parent | 7877d912ced0141c3b0812aa9110d7b2d9f95297 (diff) |
Remove UserData, was workaround for Heat bug
-rw-r--r-- | mysql.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -85,7 +85,6 @@ Resources: {Ref: MySQLImage} InstanceType: {Ref: InstanceType} KeyName: {Ref: KeyName} - UserData: "#!/bin/bash\ntouch /tmp/userdata-finished\necho Userdata finished $(date)\n" KeystonePasswordHandle: Type: AWS::CloudFormation::WaitConditionHandle KeystonePassword: |