]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Changed SecurityGroups property type to TuplesList
authorChris Alfonso <calfonso@redhat.com>
Tue, 29 May 2012 19:03:05 +0000 (15:03 -0400)
committerChris Alfonso <calfonso@redhat.com>
Tue, 29 May 2012 19:03:05 +0000 (15:03 -0400)
Change-Id: I31d97b0de6e72bd24f0f78d86890726fc1e8a138

heat/engine/instance.py

index f62f23697037097c6305cd2310ed0704e8545b41..d4b75c33a13851bab3c399cf2977aa9193d328b7 100644 (file)
@@ -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},