Corrects heat template for mysql.
Closes-Bug: #1253596 Change-Id: I3cce6b35fc40f4ff4cc45b04714067956fb1969d
This commit is contained in:
parent
34b9bac455
commit
0406968b56
@ -1,7 +1,7 @@
|
||||
HeatTemplateFormatVersion: '2012-12-12'
|
||||
Description: Instance creation template for mysql
|
||||
Parameters:
|
||||
Flavor:
|
||||
Flavor:
|
||||
Type: String
|
||||
VolumeSize:
|
||||
Type: Number
|
||||
@ -27,7 +27,7 @@ Resources:
|
||||
Fn::Join:
|
||||
- ''
|
||||
- ["[DEFAULT]\nguest_id=", {Ref: InstanceId},
|
||||
"\\ndatastore_manager=", {Ref: DatastoreManager}]
|
||||
"\ndatastore_manager=", {Ref: DatastoreManager}]
|
||||
mode: '000644'
|
||||
owner: root
|
||||
group: root
|
||||
|
Loading…
x
Reference in New Issue
Block a user