<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/openstackclient/tests, branch 0.3.1</title>
<subtitle>opendev.org: openstack/python-openstackclient
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/'/>
<entry>
<title>Merge "Add ability to prompt for passwords for user create and set"</title>
<updated>2014-02-22T06:00:18+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-02-22T06:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=034a9d158f27bb9bd1a7430c09d1826196215093'/>
<id>034a9d158f27bb9bd1a7430c09d1826196215093</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ability to prompt for passwords for user create and set</title>
<updated>2014-02-21T21:42:22+00:00</updated>
<author>
<name>Terry Howe</name>
<email>terrylhowe@gmail.com</email>
</author>
<published>2014-02-20T02:30:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=033f27fe4dc4455c2f07978a273fd65faa653b67'/>
<id>033f27fe4dc4455c2f07978a273fd65faa653b67</id>
<content type='text'>
* Add get_password method to the utilities
* Add --password-prompt option
* Call the get_password method if a prompt is requested
* Various tests

Change-Id: I1786ad531e2a2fbcc21b8bc86aac0ccd7985995a
Closes-Bug: 1100116
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add get_password method to the utilities
* Add --password-prompt option
* Call the get_password method if a prompt is requested
* Various tests

Change-Id: I1786ad531e2a2fbcc21b8bc86aac0ccd7985995a
Closes-Bug: 1100116
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3: the content of a FakeResponse must be bytes</title>
<updated>2014-02-17T23:49:10+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-02-17T23:49:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=5f9e7d09cb0c6efd01816253611092c1bbc51495'/>
<id>5f9e7d09cb0c6efd01816253611092c1bbc51495</id>
<content type='text'>
Encode '_content' if necessary.

Change-Id: I25c1e1cd5330f0519bf062be840045d0ef520b28
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Encode '_content' if necessary.

Change-Id: I25c1e1cd5330f0519bf062be840045d0ef520b28
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "FakeResponse: use a default status code"</title>
<updated>2014-02-11T21:35:55+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-02-11T21:35:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=e068cd0d715711e39ee0e564aca7e1dca819fb4a'/>
<id>e068cd0d715711e39ee0e564aca7e1dca819fb4a</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 misspellings in python openstackclient"</title>
<updated>2014-02-11T18:44:30+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-02-11T18:44:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=c8354b8d8310dce9b0296597e41f9a355d7067c0'/>
<id>c8354b8d8310dce9b0296597e41f9a355d7067c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FakeResponse: use a default status code</title>
<updated>2014-02-11T16:31:37+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-02-11T16:31:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=9dc3eb5b18612831cba7f44b592481056635a476'/>
<id>9dc3eb5b18612831cba7f44b592481056635a476</id>
<content type='text'>
When running some tests from test_restapi.py, the following error happens:

    TypeError: unorderable types: NoneType() &lt; int()

In Python 2, comparing NoneType and integers is possible:

    &gt;&gt;&gt; None &lt; 2
    True

But in Python 3, it's not allowed. Fix this by using a default status code.

Change-Id: Ic0fad5c68f3bf2dd8a2b98423549903f982192c9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running some tests from test_restapi.py, the following error happens:

    TypeError: unorderable types: NoneType() &lt; int()

In Python 2, comparing NoneType and integers is possible:

    &gt;&gt;&gt; None &lt; 2
    True

But in Python 3, it's not allowed. Fix this by using a default status code.

Change-Id: Ic0fad5c68f3bf2dd8a2b98423549903f982192c9
</pre>
</div>
</content>
</entry>
<entry>
<title>Use six.iteritems() rather than dict.iteritems()</title>
<updated>2014-02-11T01:53:24+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2014-02-11T01:22:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=3a5abf743c66f36faf45f710720fe28546b04ea2'/>
<id>3a5abf743c66f36faf45f710720fe28546b04ea2</id>
<content type='text'>
This is compatible with both Python 2 and 3.

Change-Id: I6fe3e9bf9ece699badbdb9933118af90642a91e9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is compatible with both Python 2 and 3.

Change-Id: I6fe3e9bf9ece699badbdb9933118af90642a91e9
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misspellings in python openstackclient</title>
<updated>2014-02-07T05:26:48+00:00</updated>
<author>
<name>Shane Wang</name>
<email>shane.wang@intel.com</email>
</author>
<published>2014-02-07T05:25:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=8aa0b07fbc4dd3cd2c7d99513407b652eaa39d85'/>
<id>8aa0b07fbc4dd3cd2c7d99513407b652eaa39d85</id>
<content type='text'>
Fix misspellings detected by:
* pip install misspellings
* git ls-files | grep -v locale | misspellings -f -

Change-Id: Ic0d3efa26eb9a05ce16a8319c142f5bd1ce23821
Closes-Bug: #1257295
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix misspellings detected by:
* pip install misspellings
* git ls-files | grep -v locale | misspellings -f -

Change-Id: Ic0d3efa26eb9a05ce16a8319c142f5bd1ce23821
Closes-Bug: #1257295
</pre>
</div>
</content>
</entry>
<entry>
<title>Add token create subcommand for identity v3 api</title>
<updated>2014-01-29T07:59:12+00:00</updated>
<author>
<name>Qiu Yu</name>
<email>qiuyu@ebaysf.com</email>
</author>
<published>2014-01-29T07:57:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=a8d828f330119502fc18107c264f2944548a7fb9'/>
<id>a8d828f330119502fc18107c264f2944548a7fb9</id>
<content type='text'>
Implements token create subcommand which is an equivalent of keystone
token-get command. Original "wrap" parameter for keystone token-get is
not implemented yet due to cliff Bug #1269299

This is a part of: blueprint add-identity-token-support

Change-Id: I2255021c9d1f10f757686583b1ebe40b5f3a9ecb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements token create subcommand which is an equivalent of keystone
token-get command. Original "wrap" parameter for keystone token-get is
not implemented yet due to cliff Bug #1269299

This is a part of: blueprint add-identity-token-support

Change-Id: I2255021c9d1f10f757686583b1ebe40b5f3a9ecb
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove copyright from empty files"</title>
<updated>2014-01-23T17:38:15+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-01-23T17:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=cb2fd0af8301648e88f30c8cb449333be5ba1cb0'/>
<id>cb2fd0af8301648e88f30c8cb449333be5ba1cb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
