<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git/README.rst, branch 0.2.1</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>Use requests module for HTTP/HTTPS</title>
<updated>2012-12-18T21:30:43+00:00</updated>
<author>
<name>Dean Troyer</name>
<email>dtroyer@gmail.com</email>
</author>
<published>2012-11-16T23:43:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=51dc6a0cef657cf9fa110da11d81d1c3f13194fa'/>
<id>51dc6a0cef657cf9fa110da11d81d1c3f13194fa</id>
<content type='text'>
* Implement correct certificate verification
* Add requests to tools/pip-requires
* Fix OS_CACERT env var help text
* Add info to README
* Rework tests to use requests

Pinned requests module to &lt; 1.0 as 1.0.2 is now current in pipi
as of 17Dec2012.

Change-Id: I120d2c12d6f20ebe2fd7182ec8988cc73f623b80
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Implement correct certificate verification
* Add requests to tools/pip-requires
* Fix OS_CACERT env var help text
* Add info to README
* Rework tests to use requests

Pinned requests module to &lt; 1.0 as 1.0.2 is now current in pipi
as of 17Dec2012.

Change-Id: I120d2c12d6f20ebe2fd7182ec8988cc73f623b80
</pre>
</div>
</content>
</entry>
<entry>
<title>Misspelling error in README.rst</title>
<updated>2012-12-10T22:22:45+00:00</updated>
<author>
<name>Ladquin</name>
<email>laura.adq@gmail.com</email>
</author>
<published>2012-12-10T22:22:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=4f829b163154897ad9c692664e473fff76351812'/>
<id>4f829b163154897ad9c692664e473fff76351812</id>
<content type='text'>
Replaced instances of "EC2-compatibile" with "EC2-compatible".

Fixes: bug # 1088654
Changes to be committed:
	modified:   README.rst

Change-Id: Ic8df5bcabfb6b98377e722607fe3c8cf1cbe8310
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced instances of "EC2-compatibile" with "EC2-compatible".

Fixes: bug # 1088654
Changes to be committed:
	modified:   README.rst

Change-Id: Ic8df5bcabfb6b98377e722607fe3c8cf1cbe8310
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README and CLI help</title>
<updated>2012-11-14T20:26:27+00:00</updated>
<author>
<name>Dolph Mathews</name>
<email>dolph.mathews@gmail.com</email>
</author>
<published>2012-11-14T19:55:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=957b9b1dcfb855e73458451dd5a52f3c0bbf1a5d'/>
<id>957b9b1dcfb855e73458451dd5a52f3c0bbf1a5d</id>
<content type='text'>
- Provide more verbose help for config options
- Suppress deprecated options from help
- Updated options &amp; docs in README file

Change-Id: Ic0dc2575a15f2cff513c5013266e8f8112e167a2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Provide more verbose help for config options
- Suppress deprecated options from help
- Updated options &amp; docs in README file

Change-Id: Ic0dc2575a15f2cff513c5013266e8f8112e167a2
</pre>
</div>
</content>
</entry>
<entry>
<title>removing repeat attempt at authorization in client</title>
<updated>2012-11-09T00:02:41+00:00</updated>
<author>
<name>Joe Heck</name>
<email>heckj@mac.com</email>
</author>
<published>2012-10-13T00:15:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=f1cc3cfc42db902589785320547204388aa170a3'/>
<id>f1cc3cfc42db902589785320547204388aa170a3</id>
<content type='text'>
blueprint solidify-python-api

* extended and updated documentation strings
* updated README.rst with latest options
* made debug a pass-through value, optionally set on client (instead of
  just being pulled from environment variable)
* adding AccessInfo object and associated tests
  (access.AccessInfo meant to be a cacheable object external to client
  and ultimately to replace service_catalog and it's existing functionality)
* extending authtoken to support lists of endpoints
* maintaining a single entity for client.management_url with first from
  list of possible endpoints
* create project_name and project_id synonyms to match tenant_name and
  tenant_id
* replacing authenticate call to a pure method, not overloading the
  resource/manager path that confuses base URL concepts.
* throw AuthorizationFailure if client attempts to access keystone
  resources before it has a management url
* special case listing tenant using auth_url for unscoped tokens authorized
  through client
* special case listing tokens.authenticate for Dashboard to allow unscoped
  tokens to hand back parity information to dashboard

Change-Id: I4bb3a1b6a5ce2c4b3fbcebeb59116286cac8b2e3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
blueprint solidify-python-api

* extended and updated documentation strings
* updated README.rst with latest options
* made debug a pass-through value, optionally set on client (instead of
  just being pulled from environment variable)
* adding AccessInfo object and associated tests
  (access.AccessInfo meant to be a cacheable object external to client
  and ultimately to replace service_catalog and it's existing functionality)
* extending authtoken to support lists of endpoints
* maintaining a single entity for client.management_url with first from
  list of possible endpoints
* create project_name and project_id synonyms to match tenant_name and
  tenant_id
* replacing authenticate call to a pure method, not overloading the
  resource/manager path that confuses base URL concepts.
* throw AuthorizationFailure if client attempts to access keystone
  resources before it has a management url
* special case listing tenant using auth_url for unscoped tokens authorized
  through client
* special case listing tokens.authenticate for Dashboard to allow unscoped
  tokens to hand back parity information to dashboard

Change-Id: I4bb3a1b6a5ce2c4b3fbcebeb59116286cac8b2e3
</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>Replace obsolete option in README</title>
<updated>2012-07-05T22:39:24+00:00</updated>
<author>
<name>Alan Pevec</name>
<email>apevec@redhat.com</email>
</author>
<published>2012-07-05T22:33:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=3b4b7c37fb772a679703aaf6efbec9777bbbf6eb'/>
<id>3b4b7c37fb772a679703aaf6efbec9777bbbf6eb</id>
<content type='text'>
commit 1fa29109c2194102b4c79fa7fd7328843af6998e missed this instance
because it was missed in the previous parameter rename, in its long
interesting naming history:
--os-version renamed to --version renamed to -identity_api_version
renamed to --os_identity_api_version renamed to
--os-identity-api-version

Change-Id: I7cb3bb30f9071d5071d424c37f94b032ca93bb2c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
commit 1fa29109c2194102b4c79fa7fd7328843af6998e missed this instance
because it was missed in the previous parameter rename, in its long
interesting naming history:
--os-version renamed to --version renamed to -identity_api_version
renamed to --os_identity_api_version renamed to
--os-identity-api-version

Change-Id: I7cb3bb30f9071d5071d424c37f94b032ca93bb2c
</pre>
</div>
</content>
</entry>
<entry>
<title>Change CLI options to use dashes</title>
<updated>2012-06-28T20:59:27+00:00</updated>
<author>
<name>Dean Troyer</name>
<email>dtroyer@gmail.com</email>
</author>
<published>2012-06-28T16:53:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=1fa29109c2194102b4c79fa7fd7328843af6998e'/>
<id>1fa29109c2194102b4c79fa7fd7328843af6998e</id>
<content type='text'>
Change documented options to use dashes instead of underscores
in option names.  Continue to support old underscore names for
backward compatibility for a release or two (TBD).

Blueprint: command-options

Change-Id: Ied0d325a9fdd32f80bf8c993887e1975aa6adf16
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change documented options to use dashes instead of underscores
in option names.  Continue to support old underscore names for
backward compatibility for a release or two (TBD).

Blueprint: command-options

Change-Id: Ied0d325a9fdd32f80bf8c993887e1975aa6adf16
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Split user-role-list from user-list"</title>
<updated>2012-05-03T18:15:46+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-05-03T18:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=e9ba370434537bcf1e53266e24397311d595b71e'/>
<id>e9ba370434537bcf1e53266e24397311d595b71e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix parameter name error in exapmle</title>
<updated>2012-04-01T05:49:57+00:00</updated>
<author>
<name>Peng Yong</name>
<email>ppyy@pubyun.com</email>
</author>
<published>2012-04-01T05:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=49582d0b38b02d4a9dca0a8c3c2bb2765583ff06'/>
<id>49582d0b38b02d4a9dca0a8c3c2bb2765583ff06</id>
<content type='text'>
Change-Id: I7e20a82b1cb6a5608043625d4e869a67949af8e7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7e20a82b1cb6a5608043625d4e869a67949af8e7
</pre>
</div>
</content>
</entry>
<entry>
<title>Split user-role-list from user-list</title>
<updated>2012-03-15T01:22:31+00:00</updated>
<author>
<name>Dolph Mathews</name>
<email>dolph.mathews@gmail.com</email>
</author>
<published>2012-03-15T01:22:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=5c269ba6b344f638f3857ae4219d4330e263dae8'/>
<id>5c269ba6b344f638f3857ae4219d4330e263dae8</id>
<content type='text'>
Change-Id: Id39e178c0ec068afbf5cae2d5bba3cf2238d608e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Id39e178c0ec068afbf5cae2d5bba3cf2238d608e
</pre>
</div>
</content>
</entry>
</feed>
