<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git, branch 0.2.1</title>
<subtitle>opendev.org: openstack/python-keystoneclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/'/>
<entry>
<title>Make it possible to debug by running module.</title>
<updated>2012-12-20T19:20:50+00:00</updated>
<author>
<name>Adam Young</name>
<email>ayoung@redhat.com</email>
</author>
<published>2012-12-20T18:27:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=e7fd4b9b5722d53c18837b44b41b25a323d9b44a'/>
<id>e7fd4b9b5722d53c18837b44b41b25a323d9b44a</id>
<content type='text'>
Change-Id: I6ac6f18c4737b19e03a9be07718f8b64d43953c2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6ac6f18c4737b19e03a9be07718f8b64d43953c2
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Use requests module for HTTP/HTTPS"</title>
<updated>2012-12-20T19:07:53+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-12-20T19:07:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=882414d8075bdaff85d5995897f725ba0f5bfdc6'/>
<id>882414d8075bdaff85d5995897f725ba0f5bfdc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Print to stderr when keyring module is missing."</title>
<updated>2012-12-20T17:17:42+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-12-20T17:17:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=df4ed67a711cbaa93702e1622c6df9a2ec59f061'/>
<id>df4ed67a711cbaa93702e1622c6df9a2ec59f061</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unused import</title>
<updated>2012-12-19T21:24:32+00:00</updated>
<author>
<name>Adam Young</name>
<email>ayoung@redhat.com</email>
</author>
<published>2012-12-19T21:24:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=a4aa5272e513f3da7c7cf68ed09959fc91007294'/>
<id>a4aa5272e513f3da7c7cf68ed09959fc91007294</id>
<content type='text'>
Change-Id: I71d3da8b3fcaaf9a521c5570afe92e508bf181b7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I71d3da8b3fcaaf9a521c5570afe92e508bf181b7
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 1052674: added support for Swift cache</title>
<updated>2012-12-19T18:24:37+00:00</updated>
<author>
<name>Guang Yee</name>
<email>guang.yee@hp.com</email>
</author>
<published>2012-12-17T17:05:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=62be31419f3a8765407ad583110fc7d36fb64dcf'/>
<id>62be31419f3a8765407ad583110fc7d36fb64dcf</id>
<content type='text'>
This patch merely address the Swift cache backward compatibility support.

There's another BP which address the elephant-in-the-room, which is
unified and consistent caching mechanism for all middleware.

See https://blueprints.launchpad.net/keystone/+spec/unifed-caching-system-for-middleware

Change-Id: Iab6b4ac61c9aa9e7ad32a394557cb7558bd60a43
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch merely address the Swift cache backward compatibility support.

There's another BP which address the elephant-in-the-room, which is
unified and consistent caching mechanism for all middleware.

See https://blueprints.launchpad.net/keystone/+spec/unifed-caching-system-for-middleware

Change-Id: Iab6b4ac61c9aa9e7ad32a394557cb7558bd60a43
</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://trove.baserock.org/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>Merge "Fix middleware logging for swift"</title>
<updated>2012-12-18T00:18:51+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-12-18T00:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=bbfcb6e52aeb0d1ce18650e9c254c372824e62ca'/>
<id>bbfcb6e52aeb0d1ce18650e9c254c372824e62ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Prevent an uncaught exception from being rasied."</title>
<updated>2012-12-17T23:52:40+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-12-17T23:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=eaffdf4cc80df9751e63c4992d4ba86fe24edb6b'/>
<id>eaffdf4cc80df9751e63c4992d4ba86fe24edb6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Print to stderr when keyring module is missing.</title>
<updated>2012-12-14T21:05:30+00:00</updated>
<author>
<name>Dan Prince</name>
<email>dprince@redhat.com</email>
</author>
<published>2012-12-14T14:57:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=716fc4b48a0c4bac1bead46f4c094f9aeac8edf0'/>
<id>716fc4b48a0c4bac1bead46f4c094f9aeac8edf0</id>
<content type='text'>
Updates keystoneclient so that it uses a print statement to
stderr instead of a logger.warn if stderr is a tty.
This works around problems caused by the fact that logging isn't always
initialized when this module import runs (and fails) thus causing:

  No handlers could be found for logger "keystoneclient.client"

instead of the intended log message.

Fixes LP Bug #1090396

Change-Id: I94e2c45eec14edfe3c2f356af6907aa827808a13
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates keystoneclient so that it uses a print statement to
stderr instead of a logger.warn if stderr is a tty.
This works around problems caused by the fact that logging isn't always
initialized when this module import runs (and fails) thus causing:

  No handlers could be found for logger "keystoneclient.client"

instead of the intended log message.

Fixes LP Bug #1090396

Change-Id: I94e2c45eec14edfe3c2f356af6907aa827808a13
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent an uncaught exception from being rasied.</title>
<updated>2012-12-14T17:54:48+00:00</updated>
<author>
<name>K Jonathan Harker</name>
<email>k.jonathan.harker@hp.com</email>
</author>
<published>2012-12-12T02:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=15f67872eeef59a13396505d4700317347e14b40'/>
<id>15f67872eeef59a13396505d4700317347e14b40</id>
<content type='text'>
An uncaught TypeError will be raised if auth_ref.management_url is None.

Change-Id: I054aac24299c051afbc4497d56c6e286f5fa8616
Fixes: bug #1089188
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An uncaught TypeError will be raised if auth_ref.management_url is None.

Change-Id: I054aac24299c051afbc4497d56c6e286f5fa8616
Fixes: bug #1089188
</pre>
</div>
</content>
</entry>
</feed>
