← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1281541] [NEW] test_server_rescue.ServerRescueV3Test fails with the error "Unauthorized"

 

Public bug reported:

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 | ======================================================================

** Affects: nova
     Importance: Undecided
         Status: New

-- 
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):
  New

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


Follow ups

References