<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git/doc, branch 1.7.3</title>
<subtitle>opendev.org: openstack/python-keystoneclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/'/>
<entry>
<title>Merge "Fixes modules index generated by Sphinx"</title>
<updated>2015-07-13T22:57:47+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-07-13T22:57:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=78194b170b74f02991f5d13bcafedf2ea20ecd5e'/>
<id>78194b170b74f02991f5d13bcafedf2ea20ecd5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes modules index generated by Sphinx</title>
<updated>2015-07-08T20:12:31+00:00</updated>
<author>
<name>David Stanek</name>
<email>dstanek@dstanek.com</email>
</author>
<published>2015-07-07T21:53:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=4034366b51244547e6b589160f8db015bb72be37'/>
<id>4034366b51244547e6b589160f8db015bb72be37</id>
<content type='text'>
Sphinx was always using (k)eystoneclient for the prefix so the index
wasn't very useful.

Change-Id: I9f883e1005874b5f5019f9030b94174a2169ed77
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sphinx was always using (k)eystoneclient for the prefix so the index
wasn't very useful.

Change-Id: I9f883e1005874b5f5019f9030b94174a2169ed77
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused images from docs</title>
<updated>2015-06-28T05:49:46+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2015-06-28T05:49:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=a951023f7cfbebebaafd89c84d301dc7efe8fb76'/>
<id>a951023f7cfbebebaafd89c84d301dc7efe8fb76</id>
<content type='text'>
These images were used to show how auth_token worked, these images
are now shown on keystonemiddleware's docs, so lets remove them
from here.

Change-Id: I2e882d3580737ee091a5e05cf98b0d652f3fefcb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These images were used to show how auth_token worked, these images
are now shown on keystonemiddleware's docs, so lets remove them
from here.

Change-Id: I2e882d3580737ee091a5e05cf98b0d652f3fefcb
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fixed grammatical errors in the V2 Client API doc"</title>
<updated>2015-05-28T06:43:33+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-05-28T06:43:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=795b8567174f1d210eab6a4585d7339a302b0a69'/>
<id>795b8567174f1d210eab6a4585d7339a302b0a69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fixe example code in Using Sessions page"</title>
<updated>2015-05-28T06:41:10+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-05-28T06:41:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=b890217f4b96aa0f56cf91828fec010a7e62c145'/>
<id>b890217f4b96aa0f56cf91828fec010a7e62c145</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed grammatical errors in the V2 Client API doc</title>
<updated>2015-05-27T16:46:32+00:00</updated>
<author>
<name>Michael Simo</name>
<email>os@mpmsimo.com</email>
</author>
<published>2015-05-27T16:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=519282d883233b60ce9f36f6a7ae271c4efdd166'/>
<id>519282d883233b60ce9f36f6a7ae271c4efdd166</id>
<content type='text'>
In the using-api-v2.rst document, various inconsistencies in spelling of
"openstackDemo", as well as the password under the "Creating Tenants" and
"Creating Users" sections.

Updated service names to adhere to the OpenStack service naming conventions.

Fixed capitalization of "Client" to "client".

Change-Id: Ib20782f5b05f7097158f606c6562f92126650b89
Closes-Bug: #1458015
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the using-api-v2.rst document, various inconsistencies in spelling of
"openstackDemo", as well as the password under the "Creating Tenants" and
"Creating Users" sections.

Updated service names to adhere to the OpenStack service naming conventions.

Fixed capitalization of "Client" to "client".

Change-Id: Ib20782f5b05f7097158f606c6562f92126650b89
Closes-Bug: #1458015
</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/openstack/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>Removes temporary fix for doc generation</title>
<updated>2015-05-07T03:12:18+00:00</updated>
<author>
<name>David Stanek</name>
<email>dstanek@dstanek.com</email>
</author>
<published>2014-09-15T18:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=045e47938f445741b6efedeb7243d3b413ea3229'/>
<id>045e47938f445741b6efedeb7243d3b413ea3229</id>
<content type='text'>
A temporary fix was added to get around a bug in how pbr handles
its autodoc_tree_index_modules setting. Since this bug is fixed we no
longer need the work around.

Change-Id: Id8274ef5c244bf50a34702ed9b4e50d3b82d8028
Closes-Bug: #1260495
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A temporary fix was added to get around a bug in how pbr handles
its autodoc_tree_index_modules setting. Since this bug is fixed we no
longer need the work around.

Change-Id: Id8274ef5c244bf50a34702ed9b4e50d3b82d8028
Closes-Bug: #1260495
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Don't autodoc the test suite"</title>
<updated>2015-04-02T01:58:22+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-04-02T01:58:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=ebca445c46675b88408f53274293e86373e58a32'/>
<id>ebca445c46675b88408f53274293e86373e58a32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Crosslink to other sites that are owned by Keystone</title>
<updated>2015-03-14T10:47:05+00:00</updated>
<author>
<name>Dave Chen</name>
<email>wei.d.chen@intel.com</email>
</author>
<published>2015-03-11T10:30:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=997a649d2658561c8c86006d7b8fc60fb55f0dbd'/>
<id>997a649d2658561c8c86006d7b8fc60fb55f0dbd</id>
<content type='text'>
Add links to identity service and keystone middleware to
the landing page. This indicates to the user that the
three projects are related.

Change-Id: I37bb4cd866524bad69f90c53e6a58d58202fc263
Co-Authored-By: Steve Martinelli &lt;stevemar@ca.ibm.com&gt;
Partial-Bug: #1428321
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add links to identity service and keystone middleware to
the landing page. This indicates to the user that the
three projects are related.

Change-Id: I37bb4cd866524bad69f90c53e6a58d58202fc263
Co-Authored-By: Steve Martinelli &lt;stevemar@ca.ibm.com&gt;
Partial-Bug: #1428321
</pre>
</div>
</content>
</entry>
</feed>
