<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git/doc/source/using-api.rst, branch master</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>Rename using-api.rst to using-api-v2.rst</title>
<updated>2014-01-06T22:34:14+00:00</updated>
<author>
<name>Florent Flament</name>
<email>florent.flament-ext@cloudwatt.com</email>
</author>
<published>2013-12-24T15:57:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=eab4ce1ca8affe988cbbd2281408580381e2cfcb'/>
<id>eab4ce1ca8affe988cbbd2281408580381e2cfcb</id>
<content type='text'>
Renaming file for consistency, since using-api-v3.rst is being written
there: https://review.openstack.org/#/c/63408

Minor changes have been made to indicate that the file documents the
keystone v2 API.

Change-Id: I694b658a8b59d21615af5d88edc0f7b394ebbe7b
Partial-Bug: #1260527
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Renaming file for consistency, since using-api-v3.rst is being written
there: https://review.openstack.org/#/c/63408

Minor changes have been made to indicate that the file documents the
keystone v2 API.

Change-Id: I694b658a8b59d21615af5d88edc0f7b394ebbe7b
Partial-Bug: #1260527
</pre>
</div>
</content>
</entry>
<entry>
<title>adding notes about dealing with exceptions in the client</title>
<updated>2013-04-03T16:44:20+00:00</updated>
<author>
<name>Joe Heck</name>
<email>heckj@mac.com</email>
</author>
<published>2013-04-03T16:44:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=b8d3788bf00de69da4a57228c8051788e6fc04e8'/>
<id>b8d3788bf00de69da4a57228c8051788e6fc04e8</id>
<content type='text'>
Change-Id: I661b10414e0281bc695236bb32f985b0ef5b7600
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I661b10414e0281bc695236bb32f985b0ef5b7600
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace refs to 'Keystone API' with 'Identity API'</title>
<updated>2012-10-24T12:21:47+00:00</updated>
<author>
<name>Dolph Mathews</name>
<email>dolph.mathews@gmail.com</email>
</author>
<published>2012-10-24T12:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=5f38eb736c50f4feb245f88780167ff0b41263c4'/>
<id>5f38eb736c50f4feb245f88780167ff0b41263c4</id>
<content type='text'>
Formally, OpenStack Keystone implements the OpenStack Identity API, and
this is a client to the API, not to Keystone itself.

Change-Id: If568866221a29ba041f0f2cd56dc81deeb9ebc00
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Formally, OpenStack Keystone implements the OpenStack Identity API, and
this is a client to the API, not to Keystone itself.

Change-Id: If568866221a29ba041f0f2cd56dc81deeb9ebc00
</pre>
</div>
</content>
</entry>
<entry>
<title>updating base keystoneclient documentation</title>
<updated>2012-10-01T20:35:30+00:00</updated>
<author>
<name>Joe Heck</name>
<email>heckj@mac.com</email>
</author>
<published>2012-09-28T15:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=135100a2ed7849e13b2260b526844cc4170c12f6'/>
<id>135100a2ed7849e13b2260b526844cc4170c12f6</id>
<content type='text'>
* updated changelog
* described CLI authentication for admin and user
* tweaked API usage docs a bit with formatting and typos

Change-Id: I61c3aab99bb0ecbad1de6d32a767558ca1a2ab5b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* updated changelog
* described CLI authentication for admin and user
* tweaked API usage docs a bit with formatting and typos

Change-Id: I61c3aab99bb0ecbad1de6d32a767558ca1a2ab5b
</pre>
</div>
</content>
</entry>
<entry>
<title>Move docs to doc.</title>
<updated>2012-06-11T20:33:02+00:00</updated>
<author>
<name>Clark Boylan</name>
<email>clark.boylan@gmail.com</email>
</author>
<published>2012-06-08T22:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=3ba77383238d463c903eb5c9ae0da9879fd700e0'/>
<id>3ba77383238d463c903eb5c9ae0da9879fd700e0</id>
<content type='text'>
To better facilitate the building and publishing of sphinx
documentation by Jenkins we are moving all openstack projects with
sphinx documentation to a common doc tree structure. Documentation
goes in project/doc/source and build results go in project/doc/build.

Change-Id: I205e8bb1ddf6dae1d7392b32975319c6a6d98673
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To better facilitate the building and publishing of sphinx
documentation by Jenkins we are moving all openstack projects with
sphinx documentation to a common doc tree structure. Documentation
goes in project/doc/source and build results go in project/doc/build.

Change-Id: I205e8bb1ddf6dae1d7392b32975319c6a6d98673
</pre>
</div>
</content>
</entry>
</feed>
