diff options
-rw-r--r-- | snaps/openstack/create_user.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snaps/openstack/create_user.py b/snaps/openstack/create_user.py index b16cea4..6db74fe 100644 --- a/snaps/openstack/create_user.py +++ b/snaps/openstack/create_user.py @@ -109,8 +109,8 @@ class UserSettings: :param email: the user's email address (optional) :param enabled: denotes whether or not the user is enabled (default True) - :param roles: dict where key is the role name and value is a list of - project names + :param roles: dict where key is the role's name and value is the name + the project to associate with the role """ self.name = kwargs.get('name') |