Document session as an argument to v3.Client
Developers are probably going to want to know what the type of the session argument is since other methods of constructing v3.client.Client are deprecated. Change-Id: Ifb94ef134b86980f88e7cf3c80344c458937d1ab
This commit is contained in:
@@ -50,6 +50,8 @@ _logger = logging.getLogger(__name__)
|
||||
class Client(httpclient.HTTPClient):
|
||||
"""Client for the OpenStack Identity API v3.
|
||||
|
||||
:param session: Session for requests. (optional)
|
||||
:type session: keystoneauth1.session.Session
|
||||
:param string user_id: User ID for authentication. (optional)
|
||||
:param string username: Username for authentication. (optional)
|
||||
:param string user_domain_id: User's domain ID for authentication.
|
||||
|
Reference in New Issue
Block a user