Fix to a UserSettings pydoc explaination of an attribute. 01/40101/1
authorspisarski <s.pisarski@cablelabs.com>
Thu, 24 Aug 2017 13:54:53 +0000 (07:54 -0600)
committerspisarski <s.pisarski@cablelabs.com>
Thu, 24 Aug 2017 13:54:53 +0000 (07:54 -0600)
Change-Id: I7937c8fbfc1537ad70bd5bf9a657c52c600c1de8
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
snaps/openstack/create_user.py

index b16cea4..6db74fe 100644 (file)
@@ -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')