| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
The developer docs should tell developers to use keystoneauth1
sessions rather than keystoneclient sessions or passing
arguments to the Client constructors. keystoneclient sessions and
constructing Clients using non-sessions is deprecated.
Change-Id: Ica19b8d6fb2f5d1a9d0d22d4fe08abb266fd6a86
|
| |
|
|
|
|
| |
End single quote of is missing. This patch add it.
Change-Id: Ibabde8922d97e1d30f7130574080f56ccb8d6be9
|
| |
|
|
|
|
|
|
|
|
| |
* Changes the auth_url to use /v3
* Adds the user_domain_id argument
Co-Authored-By: Rodrigo Duarte Sousa <rodrigods@lsd.ufcg.edu.br>
Closes-bug: 1428309
Change-Id: I8471d9fbbd4d14cbb60395f90e8e61b9ed9f7d3b
|
| |
|
|
|
|
| |
Fixed typos in using-sessions.
Change-Id: Id931bfdb8eb8bf214ca538673e727c6bf1e06280
|
|
|
Include some client documentation for how to work with a Session object.
This is generally high level with this expectation that a developer
could take the concepts found here and determine more from the module
documentation.
Change-Id: I5e44c1029ce160cb2798cfb8a535aa9f3311799a
|