yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #10062
[Bug 1281541] Re: test_server_rescue.ServerRescueV3Test fails with the error "Unauthorized"
This doesn't look like a nova bug, it looks like a cinder/keystone token
auth failure:
http://logs.openstack.org/41/69541/9/check/check-grenade-
dsvm/8632750/logs/new/screen-c-api.txt.gz#_2014-02-18_10_53_57_121
Looks like this only failed for your patch:
http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiQ2VydGlmaWNhdGVDb25maWdFcnJvcjogVW5hYmxlIHRvIGxvYWQgY2VydGlmaWNhdGUuIEVuc3VyZSB5b3VyIHN5c3RlbSBpcyBjb25maWd1cmVkIHByb3Blcmx5LlwiIEFORCBmaWxlbmFtZTpsb2dzKnNjcmVlbi1jLWFwaS50eHQiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjYwNDgwMCIsImdyYXBobW9kZSI6ImNvdW50IiwidGltZSI6eyJ1c2VyX2ludGVydmFsIjowfSwic3RhbXAiOjEzOTI5Mjg1NTQwMDV9
Given the patch that triggered this is a cinder patch, and the failure
is in cinder and only your patch, I'm going to assume it's a problem
introduced by your patch, not nova, so I'm going to close this.
https://review.openstack.org/#/c/69541/
** Changed in: nova
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1281541
Title:
test_server_rescue.ServerRescueV3Test fails with the error
"Unauthorized"
Status in OpenStack Compute (Nova):
Invalid
Bug description:
Found this check-grenade-test fail during a tempest run for
https://review.openstack.org/#/c/69541/9. The log file -
http://logs.openstack.org/41/69541/9/check/check-grenade-dsvm/8632750
and relevant section from log showing failure:
2014-02-18 11:02:03.135 | ======================================================================
2014-02-18 11:02:03.135 | FAIL: setUpClass (tempest.api.compute.v3.servers.test_server_rescue.ServerRescueV3Test)
2014-02-18 11:02:03.135 | setUpClass (tempest.api.compute.v3.servers.test_server_rescue.ServerRescueV3Test)
2014-02-18 11:02:03.135 | ----------------------------------------------------------------------
2014-02-18 11:02:03.136 | _StringException: Traceback (most recent call last):
2014-02-18 11:02:03.136 | File "tempest/api/compute/v3/servers/test_server_rescue.py", line 32, in setUpClass
2014-02-18 11:02:03.136 | 1, display_name=data_utils.rand_name(cls.__name__ + '_volume'))
2014-02-18 11:02:03.136 | File "tempest/services/volume/json/volumes_client.py", line 84, in create_volume
2014-02-18 11:02:03.136 | resp, body = self.post('volumes', post_body)
2014-02-18 11:02:03.137 | File "tempest/common/rest_client.py", line 184, in post
2014-02-18 11:02:03.137 | return self.request('POST', url, headers, body)
2014-02-18 11:02:03.137 | File "tempest/common/rest_client.py", line 360, in request
2014-02-18 11:02:03.137 | resp, resp_body)
2014-02-18 11:02:03.137 | File "tempest/common/rest_client.py", line 401, in _error_checker
2014-02-18 11:02:03.137 | raise exceptions.Unauthorized()
2014-02-18 11:02:03.137 | Unauthorized: Unauthorized
2014-02-18 11:02:03.138 |
2014-02-18 11:02:03.138 |
2014-02-18 11:02:03.138 | ======================================================================
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1281541/+subscriptions
References