Change the policies for User to TuplesList

Change-Id: I105071135a6b20a414c2f4016ca3a8312a4ee2a2
This commit is contained in:
Chris Alfonso 2012-05-29 11:08:02 -04:00
parent 8803a2c66e
commit 99e1bc728b
1 changed files with 1 additions and 1 deletions

View 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)