<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git/keystoneclient, branch 2.0.0</title>
<subtitle>opendev.org: openstack/python-keystoneclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/'/>
<entry>
<title>Remove hardcoded endpoint filter for update password</title>
<updated>2015-11-30T20:08:51+00:00</updated>
<author>
<name>Haneef Ali</name>
<email>haneef.ali@hp.com</email>
</author>
<published>2015-10-06T22:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=8380f3f2a843f40892bb3171bda4aaa0332f04f9'/>
<id>8380f3f2a843f40892bb3171bda4aaa0332f04f9</id>
<content type='text'>
User password update hardcoded the endpoint_filter to always use the public
endpoint. This will break deployments where services behind the firewall have
no access to the public endpoint. Endpoint selection should be allowed
by the end user (i.e. openstack --os-interface internal user password set).

Closes-Bug: 1503459

Change-Id: Ib11d60cd8e81b99aedb27f1cbbf6b79218045cf0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
User password update hardcoded the endpoint_filter to always use the public
endpoint. This will break deployments where services behind the firewall have
no access to the public endpoint. Endpoint selection should be allowed
by the end user (i.e. openstack --os-interface internal user password set).

Closes-Bug: 1503459

Change-Id: Ib11d60cd8e81b99aedb27f1cbbf6b79218045cf0
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unnecessary FakeLog class in test code</title>
<updated>2015-11-26T09:07:35+00:00</updated>
<author>
<name>ZhiQiang Fan</name>
<email>aji.zqfan@gmail.com</email>
</author>
<published>2015-10-19T07:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=8506a6e071f4ae2b4c29a9cdf65bae9a3d002752'/>
<id>8506a6e071f4ae2b4c29a9cdf65bae9a3d002752</id>
<content type='text'>
The FakeLog defined in keystoneclient/tests/unit/test_http.py isn't
used anywhere. This patch removes it.

fixtures package already provides a FakeLogger for us to use,
so we really don't need to maintain a private implementation,
this patch removes FakeLog in test_auth_token_middleware and replaces
it with fixtures.FakeLogger

Change-Id: I6aaf761a9676edf5bd799d22b79497be1d423e7c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The FakeLog defined in keystoneclient/tests/unit/test_http.py isn't
used anywhere. This patch removes it.

fixtures package already provides a FakeLogger for us to use,
so we really don't need to maintain a private implementation,
this patch removes FakeLog in test_auth_token_middleware and replaces
it with fixtures.FakeLogger

Change-Id: I6aaf761a9676edf5bd799d22b79497be1d423e7c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "No keystone Endpoint now gives a valid Error Message"</title>
<updated>2015-11-26T07:10:52+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-11-26T07:10:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=7c58da8435d96ce0ac3e42b6026d69f0d7199f4e'/>
<id>7c58da8435d96ce0ac3e42b6026d69f0d7199f4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>No keystone Endpoint now gives a valid Error Message</title>
<updated>2015-11-26T05:14:09+00:00</updated>
<author>
<name>rajiv</name>
<email>rajiv.kumar@nectechnologies.in</email>
</author>
<published>2015-02-12T11:08:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=1d17c70315a6f372b93f58973b10a3244a9a8b85'/>
<id>1d17c70315a6f372b93f58973b10a3244a9a8b85</id>
<content type='text'>
When no valid keystone endpoint exist, EndpointNotFound exception
is raised with an error message

Change-Id: I75b00cb73b18bc19261c061e0ae217ef251f8853
Closes-Bug: #1208991
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When no valid keystone endpoint exist, EndpointNotFound exception
is raised with an error message

Change-Id: I75b00cb73b18bc19261c061e0ae217ef251f8853
Closes-Bug: #1208991
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Removes py26 support"</title>
<updated>2015-11-26T04:41:56+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-11-26T04:41:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=29483260ad50c204dc7f9555b62a2b51c5d5ee9e'/>
<id>29483260ad50c204dc7f9555b62a2b51c5d5ee9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Silence most of the deprecation spam"</title>
<updated>2015-11-26T02:36:45+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-11-26T02:36:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=dc658842edb5bd448fbe841fd161fbc385e6e30a'/>
<id>dc658842edb5bd448fbe841fd161fbc385e6e30a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removes py26 support</title>
<updated>2015-11-25T00:23:17+00:00</updated>
<author>
<name>David Stanek</name>
<email>dstanek@dstanek.com</email>
</author>
<published>2015-11-25T00:23:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=f4e6f12a714080a1e0391d4891d3bcf0eecfbaaf'/>
<id>f4e6f12a714080a1e0391d4891d3bcf0eecfbaaf</id>
<content type='text'>
We are removing Python 2.6 support from the Keystone libraries.

Change-Id: I1c7a79edd41a73946c9d77bfb8cd2075e2500760
Closes-Bug: 1519449
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We are removing Python 2.6 support from the Keystone libraries.

Change-Id: I1c7a79edd41a73946c9d77bfb8cd2075e2500760
Closes-Bug: 1519449
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Map keystoneclient exceptions to keystoneauth"</title>
<updated>2015-11-23T01:55:16+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-11-23T01:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=e5be447f3d206af594aa8520c1e651bcb2b46844'/>
<id>e5be447f3d206af594aa8520c1e651bcb2b46844</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes warning for positional arg in project create</title>
<updated>2015-11-21T02:27:32+00:00</updated>
<author>
<name>daniel-a-nguyen</name>
<email>dan.nguyens.mail@gmail.com</email>
</author>
<published>2015-11-21T02:27:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=72759fb871f5ad680607152bdeef05501f92a0fa'/>
<id>72759fb871f5ad680607152bdeef05501f92a0fa</id>
<content type='text'>
Change-Id: I572f5368669e33b48250799c436635d6a398271d
Closes-Bug: #1518511
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I572f5368669e33b48250799c436635d6a398271d
Closes-Bug: #1518511
</pre>
</div>
</content>
</entry>
<entry>
<title>Swap the order of username deprecation</title>
<updated>2015-11-19T15:48:28+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2015-11-19T15:22:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=13bb2f74b0d65c1fef30f77d710d56e51e5f7841'/>
<id>13bb2f74b0d65c1fef30f77d710d56e51e5f7841</id>
<content type='text'>
The attempt at a move to user-name is an exercise in churn, and is
filling everyone's logs with admonitions to change the name of their
variables - which does not work if they do. Swap this, effectively
reverting the attempt at a move. user-name will continue to work on
the off chance anyone started consuming that path, which is unlikely
because none of the consuming programs expose that as an actual option.

Closes-Bug: 1498247

Change-Id: I62d991fda1df63c9cbabfde2f6836bc031f5147c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The attempt at a move to user-name is an exercise in churn, and is
filling everyone's logs with admonitions to change the name of their
variables - which does not work if they do. Swap this, effectively
reverting the attempt at a move. user-name will continue to work on
the off chance anyone started consuming that path, which is unlikely
because none of the consuming programs expose that as an actual option.

Closes-Bug: 1498247

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