<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git, branch 1.7.3</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>Updated from global requirements</title>
<updated>2015-12-16T08:20:36+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2015-12-16T08:20:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=4552013e113445691fb7d8316c8cb950325b0656'/>
<id>4552013e113445691fb7d8316c8cb950325b0656</id>
<content type='text'>
Change-Id: I19186f6a33b0be211d39388ddb6b81d014111de1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I19186f6a33b0be211d39388ddb6b81d014111de1
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove hardcoded endpoint filter for update password</title>
<updated>2015-11-30T18:45:45+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://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=6125040fca54e7fb6483114bbbe3e60f69ebb057'/>
<id>6125040fca54e7fb6483114bbbe3e60f69ebb057</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
(cherry picked from commit d47da3b59c581dd3bb6bd4d75de819d0fd734fa5)
</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
(cherry picked from commit d47da3b59c581dd3bb6bd4d75de819d0fd734fa5)
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2015-10-19T22:14:53+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2015-10-19T22:14:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=116195a8f81395cbd546dec7392f1441dce0cdde'/>
<id>116195a8f81395cbd546dec7392f1441dce0cdde</id>
<content type='text'>
Change-Id: I186e3232768aac4ca71d6c6635bcc1217e213ee6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I186e3232768aac4ca71d6c6635bcc1217e213ee6
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2015-10-13T09:55:42+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2015-10-13T09:55:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=b54203b1b1760b4777b3f1f4eb110cc1fa2c18ee'/>
<id>b54203b1b1760b4777b3f1f4eb110cc1fa2c18ee</id>
<content type='text'>
Change-Id: Ic1fe2c4a4af5248cf93450647ab458c5f9b460af
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic1fe2c4a4af5248cf93450647ab458c5f9b460af
</pre>
</div>
</content>
</entry>
<entry>
<title>Redirect on 303 in SAML plugin</title>
<updated>2015-10-02T22:23:06+00:00</updated>
<author>
<name>Jamie Lennox</name>
<email>jamielennox@redhat.com</email>
</author>
<published>2015-10-01T21:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=90c5838074fcb5d64fa3aaadf4a61eed606cd9d3'/>
<id>90c5838074fcb5d64fa3aaadf4a61eed606cd9d3</id>
<content type='text'>
The SAML plugin handles redirects in a custom manner but currently only
checks for the 302 redirect code. This doesn't cover the mod_auth_mellon
case which responds with a 303.

Also handle the 303 redirect case.

Change-Id: Idab5f381fcbfb8c561184845d3aa5c8aab142ecd
Closes-Bug: #1501918
(cherry picked from commit 9cd71c064c77a22a0a58084a2abab77b023017b5)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The SAML plugin handles redirects in a custom manner but currently only
checks for the 302 redirect code. This doesn't cover the mod_auth_mellon
case which responds with a 303.

Also handle the 303 redirect case.

Change-Id: Idab5f381fcbfb8c561184845d3aa5c8aab142ecd
Closes-Bug: #1501918
(cherry picked from commit 9cd71c064c77a22a0a58084a2abab77b023017b5)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Updated from global requirements" into stable/liberty</title>
<updated>2015-10-02T21:57:40+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-10-02T21:57:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=87e0cb92b64838664a3e7f0e5bf5a4779c90d971'/>
<id>87e0cb92b64838664a3e7f0e5bf5a4779c90d971</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Update .gitreview for stable/liberty" into stable/liberty</title>
<updated>2015-10-02T21:57:33+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-10-02T21:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=7dcc4880a2fdcb7586cb59dffedc558d693778c0'/>
<id>7dcc4880a2fdcb7586cb59dffedc558d693778c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HTTPClient/region_name deprecation test updates</title>
<updated>2015-10-02T04:12:47+00:00</updated>
<author>
<name>Corey Bryant</name>
<email>corey.bryant@canonical.com</email>
</author>
<published>2015-09-25T19:42:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=91c9b924d1297a0d72a1d1dd51b0d09d4d047df0'/>
<id>91c9b924d1297a0d72a1d1dd51b0d09d4d047df0</id>
<content type='text'>
Creating an HTTPClient without a session is deprecated and
the ServiceCatalog's region_name parameter is also deprecated.
This follows suite with the following commits to update tests
to handle deprecation warnings:
  803eb235d50daad27074198effc98ca536f1550f
  42bd016e1f0e011ba745dba243e62401298e324c

Change-Id: I1c5a3dc2c8448873696262ca951c58666c692a61
Closes-Bug: #1499790
(cherry picked from commit 5dea3b22fcc672f3e3405f5abec471929c501c0a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Creating an HTTPClient without a session is deprecated and
the ServiceCatalog's region_name parameter is also deprecated.
This follows suite with the following commits to update tests
to handle deprecation warnings:
  803eb235d50daad27074198effc98ca536f1550f
  42bd016e1f0e011ba745dba243e62401298e324c

Change-Id: I1c5a3dc2c8448873696262ca951c58666c692a61
Closes-Bug: #1499790
(cherry picked from commit 5dea3b22fcc672f3e3405f5abec471929c501c0a)
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2015-09-29T14:25:39+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2015-09-29T14:25:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=eca06dad1cca344d249ad064e435d9e3be2eb1cd'/>
<id>eca06dad1cca344d249ad064e435d9e3be2eb1cd</id>
<content type='text'>
Change-Id: I8a90eef06e2014d80608a79c7377fb5bcc3db1f0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8a90eef06e2014d80608a79c7377fb5bcc3db1f0
</pre>
</div>
</content>
</entry>
<entry>
<title>Update .gitreview for stable/liberty</title>
<updated>2015-09-21T19:52:02+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug@doughellmann.com</email>
</author>
<published>2015-09-21T19:52:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=7f542065da9831a3d10e62fe2f8e6e1cf7b71961'/>
<id>7f542065da9831a3d10e62fe2f8e6e1cf7b71961</id>
<content type='text'>
Change-Id: I4f4f10811f8289ab43d75a16b82fb5382d6bdd06
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4f4f10811f8289ab43d75a16b82fb5382d6bdd06
</pre>
</div>
</content>
</entry>
</feed>
