Merge "Fix json syntax in inline template"
This commit is contained in:
commit
a00b964f18
@ -51,7 +51,7 @@ class InstanceGroupTest(test.HeatIntegrationTest):
|
|||||||
"InstanceType" : {"Ref": "flavor"},
|
"InstanceType" : {"Ref": "flavor"},
|
||||||
"KeyName" : {"Ref": "keyname"},
|
"KeyName" : {"Ref": "keyname"},
|
||||||
"SecurityGroups" : [ "sg-1" ],
|
"SecurityGroups" : [ "sg-1" ],
|
||||||
"UserData" : "jsconfig data",
|
"UserData" : "jsconfig data"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user