From: spisarski Date: Thu, 24 Aug 2017 13:54:53 +0000 (-0600) Subject: Fix to a UserSettings pydoc explaination of an attribute. X-Git-Tag: opnfv-5.0.0~3 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=49aaa5d61e87e11c5d5b9ce7dd2fa598f16b82a7;p=snaps.git Fix to a UserSettings pydoc explaination of an attribute. Change-Id: I7937c8fbfc1537ad70bd5bf9a657c52c600c1de8 Signed-off-by: spisarski --- 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')