Changed SecurityGroups property type to TuplesList
Change-Id: I31d97b0de6e72bd24f0f78d86890726fc1e8a138
This commit is contained in:
parent
99e1bc728b
commit
9098543338
@ -68,7 +68,7 @@ class Instance(Resource):
|
||||
'Implemented': False},
|
||||
'RamDiskId': {'Type': 'String',
|
||||
'Implemented': False},
|
||||
'SecurityGroups': {'Type': 'CommaDelimitedList',
|
||||
'SecurityGroups': {'Type': 'TuplesList',
|
||||
'Implemented': False},
|
||||
'SecurityGroupIds': {'Type': 'CommaDelimitedList',
|
||||
'Implemented': False},
|
||||
|
Loading…
x
Reference in New Issue
Block a user