<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-keystoneclient.git/tools/test-requires, branch 0.2.2</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>Move iso8601 dependency from test- to pip-requires</title>
<updated>2013-01-09T17:40:46+00:00</updated>
<author>
<name>Brian Waldon</name>
<email>bcwaldon@gmail.com</email>
</author>
<published>2013-01-09T17:40:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=db0d75b0ca17452797383cdd46dfbcf5e3f19a23'/>
<id>db0d75b0ca17452797383cdd46dfbcf5e3f19a23</id>
<content type='text'>
Fixes bug 1097860.

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

Change-Id: Idcf880f9dfa956e6d240357150a9f5a24372f97a
</pre>
</div>
</content>
</entry>
<entry>
<title>Use testtools instead of unittest for base classes.</title>
<updated>2012-12-25T06:04:42+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-12-25T05:36:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=55f2cdbe291542c7cb92f16d804957e1bd91be26'/>
<id>55f2cdbe291542c7cb92f16d804957e1bd91be26</id>
<content type='text'>
part of blueprint grizzle-testtools

Change-Id: Ic9b438b4224d945e080d1d6071742ddc47ee81ed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
part of blueprint grizzle-testtools

Change-Id: Ic9b438b4224d945e080d1d6071742ddc47ee81ed
</pre>
</div>
</content>
</entry>
<entry>
<title>bug-1040361: use keyring to store tokens</title>
<updated>2012-12-04T17:18:20+00:00</updated>
<author>
<name>Guang Yee</name>
<email>guang.yee@hp.com</email>
</author>
<published>2012-11-09T00:32:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=5939541bc771e1205394b05e757d7b23b3aca862'/>
<id>5939541bc771e1205394b05e757d7b23b3aca862</id>
<content type='text'>
User can optionally turn off keyring by specifying the --no-cache option.
It can also be disabled with environment variable OS-NO-CACHE.

Change-Id: I8935260bf7fd6befa14798da9b4d02c81e65c417
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
User can optionally turn off keyring by specifying the --no-cache option.
It can also be disabled with environment variable OS-NO-CACHE.

Change-Id: I8935260bf7fd6befa14798da9b4d02c81e65c417
</pre>
</div>
</content>
</entry>
<entry>
<title>updating PEP8 to 1.3.3</title>
<updated>2012-11-26T19:37:18+00:00</updated>
<author>
<name>Joe Heck</name>
<email>heckj@mac.com</email>
</author>
<published>2012-11-21T21:48:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=f9649e2615ff1be30bdca1c96b02c2a36dab84ac'/>
<id>f9649e2615ff1be30bdca1c96b02c2a36dab84ac</id>
<content type='text'>
* matching cinder, glance, etc
* made run_tests exclusions match tox

Change-Id: I9963245b079535a38a8c9b46917e8d833b62addb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* matching cinder, glance, etc
* made run_tests exclusions match tox

Change-Id: I9963245b079535a38a8c9b46917e8d833b62addb
</pre>
</div>
</content>
</entry>
<entry>
<title>Add auth-token code to keystoneclient, along with supporting files</title>
<updated>2012-11-12T19:40:21+00:00</updated>
<author>
<name>Henry Nash</name>
<email>henryn@linux.vnet.ibm.com</email>
</author>
<published>2012-11-12T19:40:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=7920899af119d1697c333d202ca3272f167c19b0'/>
<id>7920899af119d1697c333d202ca3272f167c19b0</id>
<content type='text'>
This step in the process duplicates the auth-token code to keystoneclient but,
for the moment, leaves a copy in its origional location in keystone.
Testing for auth-token is also copied across, as is the cms support file.

Although no other project will yet pick up the code here in the client, since
the paste.ini files haev not yet been updated, it would work if anyone
did reference it.

Once the client code is in, the next step is to update all the other
project paste files, and then finally retire the code from keystone.

Change-Id: I88853a373d406020d54b61cba5a5e887380e3b3e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This step in the process duplicates the auth-token code to keystoneclient but,
for the moment, leaves a copy in its origional location in keystone.
Testing for auth-token is also copied across, as is the cms support file.

Although no other project will yet pick up the code here in the client, since
the paste.ini files haev not yet been updated, it would work if anyone
did reference it.

Once the client code is in, the next step is to update all the other
project paste files, and then finally retire the code from keystone.

Change-Id: I88853a373d406020d54b61cba5a5e887380e3b3e
</pre>
</div>
</content>
</entry>
<entry>
<title>enabling i18n with Babel</title>
<updated>2012-09-29T23:03:23+00:00</updated>
<author>
<name>Joe Heck</name>
<email>heckj@mac.com</email>
</author>
<published>2012-09-29T23:03:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=a8f7879fcfec1f2b64eba96b75fca7d75ad8e711'/>
<id>a8f7879fcfec1f2b64eba96b75fca7d75ad8e711</id>
<content type='text'>
Change-Id: I7d5a170f31c2846474b3836a08c6445577613e98
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7d5a170f31c2846474b3836a08c6445577613e98
</pre>
</div>
</content>
</entry>
<entry>
<title>Add nosehtmloutput as a test dependency.</title>
<updated>2012-08-21T21:35:32+00:00</updated>
<author>
<name>Clark Boylan</name>
<email>clark.boylan@gmail.com</email>
</author>
<published>2012-08-21T21:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-keystoneclient.git/commit/?id=d50f89b65f4ad7cd888b89ce3fa539c7cfc7351e'/>
<id>d50f89b65f4ad7cd888b89ce3fa539c7cfc7351e</id>
<content type='text'>
Adding nosehtmloutput as a test dependency allows nose to output its
results to an html file. This will be used by Jenkins to save logs on
a different server.

Change-Id: I6d217ff3098650e013985afdd8f4186d8d77d609
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding nosehtmloutput as a test dependency allows nose to output its
results to an html file. This will be used by Jenkins to save logs on
a different server.

Change-Id: I6d217ff3098650e013985afdd8f4186d8d77d609
</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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>
</feed>
