5 Commits

Author SHA1 Message Date
Brant Knudson
eb70a26a60 Update developer docs for keystoneauth session
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
2016-02-28 17:17:33 +00:00
Hidekazu Nakamura
681fe93f6e Add missing end single quote
End single quote of is missing. This patch add it.

Change-Id: Ibabde8922d97e1d30f7130574080f56ccb8d6be9
2015-11-11 21:18:29 +09:00
DhritiShikhar
416a3c1c4f Fixe example code in Using Sessions page
* 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
2015-05-27 13:34:44 -03:00
Brant Knudson
3cf7f94815 Correct typos in using-sessions
Fixed typos in using-sessions.

Change-Id: Id931bfdb8eb8bf214ca538673e727c6bf1e06280
2014-10-12 10:49:48 -05:00
Jamie Lennox
e4d795e6cc Session Documentation
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
2014-06-13 13:34:56 +10:00