Fix SecurityGroups for AWS::AutoScaling::LaunchConfiguration

Backport of https://review.openstack.org/#/c/29503/

Fixes: bug #1180878

(cherry picked from commit 990bbbbd46
 The test embedded template doesn't exist in grizzly, so the
 test_instance_group.py change is not needed)
Change-Id: Ie3b0663093c9c4bae14cf3311a65ff92715af8c9
This commit is contained in:
Steven Hardy 2013-07-01 12:52:38 +01:00
parent f971165732
commit 57ffda99a9
1 changed files with 1 additions and 1 deletions

View File

@ -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',