openstack-python-openstackc.../openstackclient
Cyril Roelandt 9dc3eb5b18 FakeResponse: use a default status code
When running some tests from test_restapi.py, the following error happens:

    TypeError: unorderable types: NoneType() < int()

In Python 2, comparing NoneType and integers is possible:

    >>> None < 2
    True

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

Change-Id: Ic0fad5c68f3bf2dd8a2b98423549903f982192c9
2014-02-11 17:31:37 +01:00
..
common Merge "Fix keyring issue where there were name space problems" 2014-01-23 17:38:15 +00:00
compute Merge "Remove copyright from empty files" 2014-01-23 17:38:15 +00:00
identity Add token create subcommand for identity v3 api 2014-01-29 15:59:12 +08:00
image Remove copyright from empty files 2014-01-20 17:28:13 +04:00
object Merge "Remove copyright from empty files" 2014-01-23 17:38:15 +00:00
openstack Sync oslo-incubator for py33 fixes 2013-10-11 11:59:05 -05:00
tests FakeResponse: use a default status code 2014-02-11 17:31:37 +01:00
volume Remove copyright from empty files 2014-01-20 17:28:13 +04:00
__init__.py Change version reporting to use pbr 2013-08-02 12:11:49 -05:00
shell.py Add support for specifying custom domains 2014-01-07 16:50:20 -06:00