<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git/README.rst, branch stable/juno</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 embedded URLs for hyperlinks in the README</title>
<updated>2014-07-21T20:28:17+00:00</updated>
<author>
<name>Dolph Mathews</name>
<email>dolph.mathews@gmail.com</email>
</author>
<published>2014-06-30T19:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=553ab6c744fac9a2c46d03c2c1785478c0bb59b7'/>
<id>553ab6c744fac9a2c46d03c2c1785478c0bb59b7</id>
<content type='text'>
This switches all hyperlinks to embedded links, from a much more fragile
indirect &amp; anonymous approach (which happens to be completely broken
on Github).

Change-Id: I92700068c7d65b50c76ce6931bff3ebab4844a49
Closes-Bug: 1335968
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This switches all hyperlinks to embedded links, from a much more fragile
indirect &amp; anonymous approach (which happens to be completely broken
on Github).

Change-Id: I92700068c7d65b50c76ce6931bff3ebab4844a49
Closes-Bug: 1335968
</pre>
</div>
</content>
</entry>
<entry>
<title>help text improvements</title>
<updated>2013-03-08T11:31:12+00:00</updated>
<author>
<name>Alan Pevec</name>
<email>apevec@redhat.com</email>
</author>
<published>2013-02-16T22:28:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=ae36809fdecdedd09abf23eeadf2374c77b8a8df'/>
<id>ae36809fdecdedd09abf23eeadf2374c77b8a8df</id>
<content type='text'>
from comments in Ibbc7fab2033d8f037262b465b98d1713579adfc2

v2: synced to the README
manpage will be updated in https://review.openstack.org/#/c/20976

Change-Id: I33006a4b935b9272fd99775936a17b3cfd08e294
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from comments in Ibbc7fab2033d8f037262b465b98d1713579adfc2

v2: synced to the README
manpage will be updated in https://review.openstack.org/#/c/20976

Change-Id: I33006a4b935b9272fd99775936a17b3cfd08e294
</pre>
</div>
</content>
</entry>
<entry>
<title>sync README with "keystone help"</title>
<updated>2013-02-11T00:45:59+00:00</updated>
<author>
<name>Alan Pevec</name>
<email>apevec@redhat.com</email>
</author>
<published>2013-02-11T00:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=1d3e5a907245f59871f11d8dcb344979ee4e1f4d'/>
<id>1d3e5a907245f59871f11d8dcb344979ee4e1f4d</id>
<content type='text'>
There are few new options and --no-cache was renamed to --os-cache in
commit d734821c99aade7cd4285a5fd51736c475707dcd

Change-Id: Ibbc7fab2033d8f037262b465b98d1713579adfc2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are few new options and --no-cache was renamed to --os-cache in
commit d734821c99aade7cd4285a5fd51736c475707dcd

Change-Id: Ibbc7fab2033d8f037262b465b98d1713579adfc2
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incomplete sentence in help</title>
<updated>2013-02-06T18:09:05+00:00</updated>
<author>
<name>Dolph Mathews</name>
<email>dolph.mathews@gmail.com</email>
</author>
<published>2013-02-06T15:43:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=bb6e227c764457cd9e5b7d1ff4d249162334bd14'/>
<id>bb6e227c764457cd9e5b7d1ff4d249162334bd14</id>
<content type='text'>
`keystone help` only pulls a one line summary from docstrings, so this
summary needed to be condensed.

Change-Id: I9b08c6a8153101b1cc338955078d0d3b6a0aa02e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`keystone help` only pulls a one line summary from docstrings, so this
summary needed to be condensed.

Change-Id: I9b08c6a8153101b1cc338955078d0d3b6a0aa02e
</pre>
</div>
</content>
</entry>
<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>
</feed>
