Add docstring entry

This commit is contained in:
Liam Young
2019-11-25 17:41:29 +00:00
parent 9c34bc42da
commit bd903fa325

View File

@@ -2467,6 +2467,8 @@ def get_keystone_session_from_relation(client_app,
False - do not verify,
None - defer to requests library to find certs,
str - path to a CA cert bundle)
:param model_name: Name of model to query.
:type model_name: str
:returns: Keystone session object
:rtype: keystoneauth1.session.Session object
"""