<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git, branch 0.2.5</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>Merge "Fix unused imports(flake8 F401, F999)"</title>
<updated>2013-06-03T16:19:10+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-06-03T16:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=4b90bc5c314fa52ece212451fbfec7ba7eced3b1'/>
<id>4b90bc5c314fa52ece212451fbfec7ba7eced3b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix --version to output version"</title>
<updated>2013-06-03T16:04:37+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-06-03T16:04:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=795d253d4ae5d9fdf4aea8ba03e2b73a24ded2a7'/>
<id>795d253d4ae5d9fdf4aea8ba03e2b73a24ded2a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix line continuations (flake8 E125, E126)"</title>
<updated>2013-06-03T16:02:38+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-06-03T16:02:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=2a61b993b27311d6c63dc36463b3efd5aaf88835'/>
<id>2a61b993b27311d6c63dc36463b3efd5aaf88835</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unused imports(flake8 F401, F999)</title>
<updated>2013-06-03T13:05:12+00:00</updated>
<author>
<name>Dolph Mathews</name>
<email>dolph.mathews@gmail.com</email>
</author>
<published>2013-05-28T14:22:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=6f27af4a0cdbde42b1566ecabaf667c26b089dc3'/>
<id>6f27af4a0cdbde42b1566ecabaf667c26b089dc3</id>
<content type='text'>
- F401: imported but unused
- F999: syntax error in doctest

Fixing a couple of the F401's simply required fixing the doctests syntax
where the imports were actually in use.

Change-Id: If78abbb143daf8d005a71c5ab52836df29c5e0cd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- F401: imported but unused
- F999: syntax error in doctest

Fixing a couple of the F401's simply required fixing the doctests syntax
where the imports were actually in use.

Change-Id: If78abbb143daf8d005a71c5ab52836df29c5e0cd
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix line continuations (flake8 E125, E126)</title>
<updated>2013-06-03T13:04:07+00:00</updated>
<author>
<name>Dolph Mathews</name>
<email>dolph.mathews@gmail.com</email>
</author>
<published>2013-05-28T13:48:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=abcf9db6251a2e1349ee199113cc80a136ff2f79'/>
<id>abcf9db6251a2e1349ee199113cc80a136ff2f79</id>
<content type='text'>
- E125: continuation line does not distinguish itself from next logical
  line
- E126: continuation line over-indented for hanging indent

Change-Id: I626a6d5d57db927e8b239f90569b5601c772f28b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- E125: continuation line does not distinguish itself from next logical
  line
- E126: continuation line over-indented for hanging indent

Change-Id: I626a6d5d57db927e8b239f90569b5601c772f28b
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix --version to output version</title>
<updated>2013-06-03T12:33:57+00:00</updated>
<author>
<name>Andy McCrae</name>
<email>andy.mccrae@googlemail.com</email>
</author>
<published>2013-06-03T12:33:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=8a09e49cbcb9a874619b0e06601c2d69d5dad738'/>
<id>8a09e49cbcb9a874619b0e06601c2d69d5dad738</id>
<content type='text'>
Change-Id: I7d8dc83ac7c2ad7519633d136c1c32ce8537dce8
Fixes: bug 1182675
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7d8dc83ac7c2ad7519633d136c1c32ce8537dce8
Fixes: bug 1182675
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Enumerate ignored flake8 rules"</title>
<updated>2013-05-31T04:59:08+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-05-31T04:59:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=6753889314c3b7aed9ff9f032cc7483005b68dcf'/>
<id>6753889314c3b7aed9ff9f032cc7483005b68dcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Make ManagerWithFind abstract and fix TokenManager"</title>
<updated>2013-05-31T03:09:22+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-05-31T03:09:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=78db6a9827d4f9ee1fc93ef68efffe453c523e28'/>
<id>78db6a9827d4f9ee1fc93ef68efffe453c523e28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Missing command descriptions for 'token-get' and 'endpoint-get'"</title>
<updated>2013-05-30T20:26:19+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-05-30T20:26:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=258d64c52f5d0a739e1a3820a834227cc927a622'/>
<id>258d64c52f5d0a739e1a3820a834227cc927a622</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Check Expiry"</title>
<updated>2013-05-28T16:51:00+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-05-28T16:51:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=111e7304f5bc9e7a2c726084038b5f8692ec940a'/>
<id>111e7304f5bc9e7a2c726084038b5f8692ec940a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
