<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-keystoneclient.git/doc/source/using-sessions.rst, branch queens-eol</title>
<subtitle>github.com: openstack/python-keystoneclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/'/>
<entry>
<title>Update developer docs for keystoneauth session</title>
<updated>2016-02-28T17:17:33+00:00</updated>
<author>
<name>Brant Knudson</name>
<email>bknudson@us.ibm.com</email>
</author>
<published>2016-02-28T16:44:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=eb70a26a60dd81e3639b3fadd8251f8cfc337539'/>
<id>eb70a26a60dd81e3639b3fadd8251f8cfc337539</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing end single quote</title>
<updated>2015-11-11T12:18:29+00:00</updated>
<author>
<name>Hidekazu Nakamura</name>
<email>hid-nakamura@vf.jp.nec.com</email>
</author>
<published>2015-11-11T12:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=681fe93f6ec6ef2b7b03d3835f65aff49475b438'/>
<id>681fe93f6ec6ef2b7b03d3835f65aff49475b438</id>
<content type='text'>
End single quote of is missing. This patch add it.

Change-Id: Ibabde8922d97e1d30f7130574080f56ccb8d6be9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
End single quote of is missing. This patch add it.

Change-Id: Ibabde8922d97e1d30f7130574080f56ccb8d6be9
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixe example code in Using Sessions page</title>
<updated>2015-05-27T16:34:44+00:00</updated>
<author>
<name>DhritiShikhar</name>
<email>dhrish20@gmail.com</email>
</author>
<published>2015-04-18T12:52:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=416a3c1c4f0b29a2c366e90b70da3948dc9ba912'/>
<id>416a3c1c4f0b29a2c366e90b70da3948dc9ba912</id>
<content type='text'>
* Changes the auth_url to use /v3
* Adds the user_domain_id argument

Co-Authored-By: Rodrigo Duarte Sousa &lt;rodrigods@lsd.ufcg.edu.br&gt;

Closes-bug: 1428309
Change-Id: I8471d9fbbd4d14cbb60395f90e8e61b9ed9f7d3b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Changes the auth_url to use /v3
* Adds the user_domain_id argument

Co-Authored-By: Rodrigo Duarte Sousa &lt;rodrigods@lsd.ufcg.edu.br&gt;

Closes-bug: 1428309
Change-Id: I8471d9fbbd4d14cbb60395f90e8e61b9ed9f7d3b
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct typos in using-sessions</title>
<updated>2014-10-12T15:49:48+00:00</updated>
<author>
<name>Brant Knudson</name>
<email>bknudson@us.ibm.com</email>
</author>
<published>2014-10-11T00:16:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=3cf7f9481596b93bca1a29dce9d283966fbacb48'/>
<id>3cf7f9481596b93bca1a29dce9d283966fbacb48</id>
<content type='text'>
Fixed typos in using-sessions.

Change-Id: Id931bfdb8eb8bf214ca538673e727c6bf1e06280
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed typos in using-sessions.

Change-Id: Id931bfdb8eb8bf214ca538673e727c6bf1e06280
</pre>
</div>
</content>
</entry>
<entry>
<title>Session Documentation</title>
<updated>2014-06-13T03:34:56+00:00</updated>
<author>
<name>Jamie Lennox</name>
<email>jamielennox@redhat.com</email>
</author>
<published>2014-03-31T05:16:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-keystoneclient.git/commit/?id=e4d795e6cc4864b1a0b2e4134f6efb23167049a6'/>
<id>e4d795e6cc4864b1a0b2e4134f6efb23167049a6</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
</feed>
