summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspisarski <s.pisarski@cablelabs.com>2017-08-24 07:54:53 -0600
committerspisarski <s.pisarski@cablelabs.com>2017-08-24 07:54:53 -0600
commit49aaa5d61e87e11c5d5b9ce7dd2fa598f16b82a7 (patch)
tree48cc5c90b9bf6f9613806fbd55f56266bc1f4a6f
parente30c681e1048057e9830a759d7c3cd119830ad5d (diff)
Fix to a UserSettings pydoc explaination of an attribute.
Change-Id: I7937c8fbfc1537ad70bd5bf9a657c52c600c1de8 Signed-off-by: spisarski <s.pisarski@cablelabs.com>
-rw-r--r--snaps/openstack/create_user.py4
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')