Activity log for bug #1363632

Date Who What changed Old value New value Message
2014-08-31 10:47:22 Jamie Lennox bug added bug
2014-08-31 10:47:59 Jamie Lennox description New version of requests and requests-mock expose a mistake in one of the tests. self.stub_auth(status_code=305, body='Use Proxy', headers={'Location': self.TEST_ADMIN_URL + "/tokens"}) body should always be a io object with a .read() New version of requests and requests-mock expose a mistake in one of the tests.         self.stub_auth(status_code=305, body='Use Proxy',                        headers={'Location': self.TEST_ADMIN_URL + "/tokens"}) body should always be a io object with a .read() leads to a failure like: 2014-08-31 05:47:38.836 | ====================================================================== 2014-08-31 05:47:38.836 | FAIL: keystoneclient.tests.v2_0.test_auth.AuthenticateAgainstKeystoneTests.test_auth_redirect 2014-08-31 05:47:38.837 | tags: worker-5 2014-08-31 05:47:38.837 | ---------------------------------------------------------------------- 2014-08-31 05:47:38.837 | pythonlogging:'': {{{Making authentication request to http://127.0.0.1:5000/v2.0/tokens}}} 2014-08-31 05:47:38.837 | 2014-08-31 05:47:38.838 | Traceback (most recent call last): 2014-08-31 05:47:38.838 | File "keystoneclient/tests/v2_0/test_auth.py", line 113, in test_auth_redirect 2014-08-31 05:47:38.838 | auth_url=self.TEST_URL) 2014-08-31 05:47:38.839 | File "keystoneclient/v2_0/client.py", line 147, in __init__ 2014-08-31 05:47:38.839 | self.authenticate() 2014-08-31 05:47:38.839 | File "keystoneclient/utils.py", line 318, in inner 2014-08-31 05:47:38.839 | return func(*args, **kwargs) 2014-08-31 05:47:38.840 | File "keystoneclient/httpclient.py", line 428, in authenticate 2014-08-31 05:47:38.840 | resp = self.get_raw_token_from_identity_service(**kwargs) 2014-08-31 05:47:38.840 | File "keystoneclient/v2_0/client.py", line 190, in get_raw_token_from_identity_service 2014-08-31 05:47:38.841 | "%s" % e)
2014-08-31 10:50:19 OpenStack Infra python-keystoneclient: status New In Progress
2014-08-31 10:50:19 OpenStack Infra python-keystoneclient: assignee Jamie Lennox (jamielennox)
2014-08-31 11:56:10 Jamie Lennox bug task added python-novaclient
2014-08-31 12:07:00 OpenStack Infra python-novaclient: status New In Progress
2014-08-31 12:07:00 OpenStack Infra python-novaclient: assignee Jamie Lennox (jamielennox)
2014-08-31 14:30:04 Yukinori Sagara bug added subscriber Yukinori Sagara
2014-08-31 22:37:47 OpenStack Infra python-keystoneclient: status In Progress Fix Committed
2014-09-05 02:12:16 OpenStack Infra python-novaclient: status In Progress Fix Committed
2014-09-16 10:05:00 Michael Still python-novaclient: importance Undecided Low
2014-09-16 10:09:31 Michael Still python-novaclient: milestone 2.19.0
2014-09-16 10:14:30 Michael Still python-novaclient: status Fix Committed Fix Released
2014-09-18 16:15:09 David Stanek python-keystoneclient: milestone 0.11.0
2014-09-21 18:52:20 Dolph Mathews python-keystoneclient: importance Undecided Medium
2014-09-21 18:54:44 Dolph Mathews python-keystoneclient: status Fix Committed Fix Released