From: Chris Alfonso Date: Tue, 29 May 2012 19:03:05 +0000 (-0400) Subject: Changed SecurityGroups property type to TuplesList X-Git-Tag: 2014.1~1782^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=909854333857706070973883d7bc4e55af53f394;p=openstack-build%2Fheat-build.git Changed SecurityGroups property type to TuplesList Change-Id: I31d97b0de6e72bd24f0f78d86890726fc1e8a138 --- diff --git a/heat/engine/instance.py b/heat/engine/instance.py index f62f2369..d4b75c33 100644 --- a/heat/engine/instance.py +++ b/heat/engine/instance.py @@ -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},