<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git, branch 0.1.0</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>Drop support for legacy OS args</title>
<updated>2012-06-21T16:23:31+00:00</updated>
<author>
<name>Dolph Mathews</name>
<email>dolph.mathews@gmail.com</email>
</author>
<published>2012-03-29T21:56:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=44a1ee32e29825257cac5c0a61fc3be51b79eb65'/>
<id>44a1ee32e29825257cac5c0a61fc3be51b79eb65</id>
<content type='text'>
Change-Id: If37778e6bb8c34d88974f2dbf22207110a3dea1a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If37778e6bb8c34d88974f2dbf22207110a3dea1a
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Skip argparse when injecting requirements."</title>
<updated>2012-06-21T01:24:09+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-06-21T01:24:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=f6267d5c0d72da6e1270894172b0497527b280c0'/>
<id>f6267d5c0d72da6e1270894172b0497527b280c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Require service_id for endpoint-create (bug 987457)"</title>
<updated>2012-06-20T23:39:39+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-06-20T23:39:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=8288121a8c30f2d202db57a00ad4441827664c37'/>
<id>8288121a8c30f2d202db57a00ad4441827664c37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip argparse when injecting requirements.</title>
<updated>2012-06-20T20:25:32+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-06-20T14:46:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=cfb437e72052ab65bc8d3d0748827c65c6d894bb'/>
<id>cfb437e72052ab65bc8d3d0748827c65c6d894bb</id>
<content type='text'>
Python 2.7 doesn't need argparse. Although pip installs are fine installing
it, listing the requirement in install_requires causes havoc for distro
installs which do not explicitly install argparse for 2.7 as a package.

Fixes bug 1013953

Change-Id: I0275d02e15c8fd2e63b88213ac32f6dd18e2fd26
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 2.7 doesn't need argparse. Although pip installs are fine installing
it, listing the requirement in install_requires causes havoc for distro
installs which do not explicitly install argparse for 2.7 as a package.

Fixes bug 1013953

Change-Id: I0275d02e15c8fd2e63b88213ac32f6dd18e2fd26
</pre>
</div>
</content>
</entry>
<entry>
<title>Move unittest2 dependency</title>
<updated>2012-06-19T14:58:59+00:00</updated>
<author>
<name>Ken Thomas</name>
<email>krt@yahoo-inc.com</email>
</author>
<published>2012-06-18T22:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=1231ae03e5686da787192ddc254fcc7bd4666c66'/>
<id>1231ae03e5686da787192ddc254fcc7bd4666c66</id>
<content type='text'>
bug 1014845

It looks like an earlier fix for bug 933076 put the unittest2
dependency in the wrong file. Moving it to the correct file.

Added a version to the unittest2 dependency
Removed a blank line

Change-Id: I06a8963fc5aca80438348d26569d8efb4568f754
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bug 1014845

It looks like an earlier fix for bug 933076 put the unittest2
dependency in the wrong file. Moving it to the correct file.

Added a version to the unittest2 dependency
Removed a blank line

Change-Id: I06a8963fc5aca80438348d26569d8efb4568f754
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix coverage job. Turns out you need coverage.</title>
<updated>2012-06-15T18:38:20+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-06-15T18:38:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=31f949f54bf213e4a51ba59a54b49865121651f2'/>
<id>31f949f54bf213e4a51ba59a54b49865121651f2</id>
<content type='text'>
Change-Id: I8e429b50d6c3188d1d242a9a5d3cba07066b85c1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8e429b50d6c3188d1d242a9a5d3cba07066b85c1
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to latest openstack.common setup code.</title>
<updated>2012-06-14T18:36:27+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-06-14T18:14:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=5fb1e1f27f74a58318bf360d4535e4900ca2398f'/>
<id>5fb1e1f27f74a58318bf360d4535e4900ca2398f</id>
<content type='text'>
Change-Id: I044447b162e97d7464e49ba7fed0d41a757a3210
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I044447b162e97d7464e49ba7fed0d41a757a3210
</pre>
</div>
</content>
</entry>
<entry>
<title>Move docs to doc.</title>
<updated>2012-06-11T20:33:02+00:00</updated>
<author>
<name>Clark Boylan</name>
<email>clark.boylan@gmail.com</email>
</author>
<published>2012-06-08T22:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=3ba77383238d463c903eb5c9ae0da9879fd700e0'/>
<id>3ba77383238d463c903eb5c9ae0da9879fd700e0</id>
<content type='text'>
To better facilitate the building and publishing of sphinx
documentation by Jenkins we are moving all openstack projects with
sphinx documentation to a common doc tree structure. Documentation
goes in project/doc/source and build results go in project/doc/build.

Change-Id: I205e8bb1ddf6dae1d7392b32975319c6a6d98673
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To better facilitate the building and publishing of sphinx
documentation by Jenkins we are moving all openstack projects with
sphinx documentation to a common doc tree structure. Documentation
goes in project/doc/source and build results go in project/doc/build.

Change-Id: I205e8bb1ddf6dae1d7392b32975319c6a6d98673
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "fix bug lp:936168,format output."</title>
<updated>2012-06-07T17:58:21+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-06-07T17:58:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=f2c87f68cf4adfff43df4989578e662446f37cd5'/>
<id>f2c87f68cf4adfff43df4989578e662446f37cd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Updated Sphinx documentation"</title>
<updated>2012-06-07T17:44:24+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2012-06-07T17:44:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-keystoneclient.git/commit/?id=49f2fbe34aa34a72c795640a008d665f22e4ec56'/>
<id>49f2fbe34aa34a72c795640a008d665f22e4ec56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
