From 57ffda99a9a91ede621617a2717659bad8f85b1a Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Mon, 1 Jul 2013 12:52:38 +0100 Subject: [PATCH] Fix SecurityGroups for AWS::AutoScaling::LaunchConfiguration Backport of https://review.openstack.org/#/c/29503/ Fixes: bug #1180878 (cherry picked from commit 990bbbbd462f29a811a97718d679e1167c5982c0 The test embedded template doesn't exist in grizzly, so the test_instance_group.py change is not needed) Change-Id: Ie3b0663093c9c4bae14cf3311a65ff92715af8c9 --- heat/engine/resources/autoscaling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat/engine/resources/autoscaling.py b/heat/engine/resources/autoscaling.py index 31914023a1..3eb0d8f266 100644 --- a/heat/engine/resources/autoscaling.py +++ b/heat/engine/resources/autoscaling.py @@ -392,7 +392,7 @@ class LaunchConfiguration(resource.Resource): 'Required': True}, 'KeyName': {'Type': 'String'}, 'UserData': {'Type': 'String'}, - 'SecurityGroups': {'Type': 'String'}, + 'SecurityGroups': {'Type': 'List'}, 'KernelId': {'Type': 'String', 'Implemented': False}, 'RamDiskId': {'Type': 'String',