]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Change the policies for User to TuplesList
authorChris Alfonso <calfonso@redhat.com>
Tue, 29 May 2012 15:08:02 +0000 (11:08 -0400)
committerChris Alfonso <calfonso@redhat.com>
Tue, 29 May 2012 15:08:02 +0000 (11:08 -0400)
Change-Id: I105071135a6b20a414c2f4016ca3a8312a4ee2a2

heat/engine/user.py

index 431cda9c5d3e18d44a3853ae1773c620d27db578..4653a3bf3021e9a39e38ccb6f2130982a8253668 100644 (file)
@@ -30,7 +30,7 @@ class User(Resource):
                                     'Implemented': False},
                          'LoginProfile': {'Type': 'String',
                                           'Implemented': False},
-                         'Policies': {'Type': 'CommaDelimitedList'}}
+                         'Policies': {'Type': 'TuplesList'}}
 
     def __init__(self, name, json_snippet, stack):
         super(User, self).__init__(name, json_snippet, stack)