commit | 6618990c45f4a51939a092ff596e979e0a1c1a37 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Mon Dec 22 00:57:50 2014 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon Dec 22 00:57:50 2014 +0000 |
tree | a0686edcf85500a4d58bcc162dcca916cbb9bcd4 | |
parent | a96d96372e577a8bef3ab3a9b5f9e586766b0eb0 [diff] | |
parent | 9612adce5a5d2fd9e92af5df99897aa811b00694 [diff] |
Merge "Fix json syntax in inline template"
diff --git a/functional/test_instance_group.py b/functional/test_instance_group.py index 626a956..9a79801 100644 --- a/functional/test_instance_group.py +++ b/functional/test_instance_group.py
@@ -51,7 +51,7 @@ "InstanceType" : {"Ref": "flavor"}, "KeyName" : {"Ref": "keyname"}, "SecurityGroups" : [ "sg-1" ], - "UserData" : "jsconfig data", + "UserData" : "jsconfig data" } } },