Merge "Fix json syntax in inline template"

This commit is contained in:
Jenkins 2014-12-22 00:57:50 +00:00 committed by Gerrit Code Review
commit a00b964f18

View File

@ -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"
} }
} }
}, },