<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git, branch 1.3.2</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 and fix env variables passthrought</title>
<updated>2015-06-29T16:48:45+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2015-04-28T20:02:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=3914c0ce8138619f895c5ee1e4ca193cf594b9f8'/>
<id>3914c0ce8138619f895c5ee1e4ca193cf594b9f8</id>
<content type='text'>
Change-Id: I38c6902ae4c94e2332be300fcfb4d141700170c1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I38c6902ae4c94e2332be300fcfb4d141700170c1
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix s3_token middleware parsing insecure option</title>
<updated>2015-04-20T22:33:32+00:00</updated>
<author>
<name>Brant Knudson</name>
<email>bknudson@us.ibm.com</email>
</author>
<published>2015-04-07T19:38:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=8fa6b6f0b5e95493342ce71489d04f73db2418b8'/>
<id>8fa6b6f0b5e95493342ce71489d04f73db2418b8</id>
<content type='text'>
The "insecure" option was being treated as a bool when it was
actually provided as a string. The fix is to parse the string to
a bool.

Closes-Bug: 1411063
Change-Id: Id674f40532215788675c97a8fdfa91d4420347b3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "insecure" option was being treated as a bool when it was
actually provided as a string. The fix is to parse the string to
a bool.

Closes-Bug: 1411063
Change-Id: Id674f40532215788675c97a8fdfa91d4420347b3
</pre>
</div>
</content>
</entry>
<entry>
<title>update defaultbranch</title>
<updated>2015-04-15T13:29:11+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug@doughellmann.com</email>
</author>
<published>2015-04-15T13:29:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=290e39dd19cb822f87472b5b45202fcf3eeaa0dd'/>
<id>290e39dd19cb822f87472b5b45202fcf3eeaa0dd</id>
<content type='text'>
Change-Id: I1743fe17301bcbf6a8c9ed8f1f7167c591e23aa5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1743fe17301bcbf6a8c9ed8f1f7167c591e23aa5
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add a FederatedBase v3 plugin"</title>
<updated>2015-03-24T21:46:36+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-03-24T21:46:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=a84b5ac115dd5775f7380a204811aa939fd5c242'/>
<id>a84b5ac115dd5775f7380a204811aa939fd5c242</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Improve feedback message in SSL error"</title>
<updated>2015-03-24T00:55:21+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-03-24T00:55:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=26230c5a7ebbbd84ed3d5bccf475070219f5a0a4'/>
<id>26230c5a7ebbbd84ed3d5bccf475070219f5a0a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve feedback message in SSL error</title>
<updated>2015-03-20T13:04:39+00:00</updated>
<author>
<name>Rodrigo Duarte Sousa</name>
<email>rodrigods@lsd.ufcg.edu.br</email>
</author>
<published>2014-10-21T01:46:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=cccc065516ab683b5c1aaf82a51eeec744c34eae'/>
<id>cccc065516ab683b5c1aaf82a51eeec744c34eae</id>
<content type='text'>
Adds the error message to give a hint to the user about
what happened.

Change-Id: I9ca56de8592e65194062038c81b468be72ffb2d9
Closes-Bug: 1297280
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds the error message to give a hint to the user about
what happened.

Change-Id: I9ca56de8592e65194062038c81b468be72ffb2d9
Closes-Bug: 1297280
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a FederatedBase v3 plugin</title>
<updated>2015-03-20T09:29:18+00:00</updated>
<author>
<name>Jamie Lennox</name>
<email>jamielennox@redhat.com</email>
</author>
<published>2015-03-11T02:48:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=3759cfa96bcd9bbaa650e42a52693bc3d785092d'/>
<id>3759cfa96bcd9bbaa650e42a52693bc3d785092d</id>
<content type='text'>
With the out of tree federation plugins going on extract the basic
federation workflow and required information that can be reused.

Change-Id: I6fdb3a5c6d9f3e1d6fa3425fd05809155effed1f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the out of tree federation plugins going on extract the basic
federation workflow and required information that can be reused.

Change-Id: I6fdb3a5c6d9f3e1d6fa3425fd05809155effed1f
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Rename requests mock object in testing"</title>
<updated>2015-03-20T07:37:45+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-03-20T07:37:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=3a76d5c211f72fd00450ec540e7e77e5d3e17771'/>
<id>3a76d5c211f72fd00450ec540e7e77e5d3e17771</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Deprecate keystone CLI"</title>
<updated>2015-03-20T01:34:39+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-03-20T01:34:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=cda1f54f6805e570dd2ae3f4a5dacde2ad1a419d'/>
<id>cda1f54f6805e570dd2ae3f4a5dacde2ad1a419d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add OS-SIMPLE-CERT support for v3."</title>
<updated>2015-03-19T18:51:31+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-03-19T18:51:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=37d191c1693c894794889ef648389bb477c917ec'/>
<id>37d191c1693c894794889ef648389bb477c917ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
