From 49aaa5d61e87e11c5d5b9ce7dd2fa598f16b82a7 Mon Sep 17 00:00:00 2001 From: spisarski Date: Thu, 24 Aug 2017 07:54:53 -0600 Subject: Fix to a UserSettings pydoc explaination of an attribute. Change-Id: I7937c8fbfc1537ad70bd5bf9a657c52c600c1de8 Signed-off-by: spisarski --- snaps/openstack/create_user.py | 4 ++-- 1 file 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') -- cgit 1.2.3-korg