← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1327203] [NEW] test_resize_server_from_auto_to_manual failed with Bad Request

 

Public bug reported:

 {0}
tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestXML.test_resize_server_from_auto_to_manual
[20.185428s] ... FAILED

Captured traceback:
 ~~~~~~~~~~~~~~~~~~~
     Traceback (most recent call last):
      File "tempest/api/compute/servers/test_disk_config.py", line 115, in test_resize_server_from_auto_to_manual
         self.client.confirm_resize(self.server_id)
       File "tempest/services/compute/xml/servers_client.py", line 511, in confirm_resize
         return self.action(server_id, 'confirmResize', None, **kwargs)
       File "tempest/services/compute/xml/servers_client.py", line 439, in action
         resp, body = self.post("servers/%s/action" % server_id, str(doc))
      File "tempest/common/rest_client.py", line 209, in post
        return self.request('POST', url, extra_headers, headers, body)
      File "tempest/common/rest_client.py", line 419, in request
         resp, resp_body)
       File "tempest/common/rest_client.py", line 468, in _error_checker
         raise exceptions.BadRequest(resp_body)
     BadRequest: Bad request
     Details: {'message': 'Instance has not been resized.', 'code': '400'}

** 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/1327203

Title:
  test_resize_server_from_auto_to_manual failed with Bad Request

Status in OpenStack Compute (Nova):
  New

Bug description:
   {0}
  tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestXML.test_resize_server_from_auto_to_manual
  [20.185428s] ... FAILED

  Captured traceback:
   ~~~~~~~~~~~~~~~~~~~
       Traceback (most recent call last):
        File "tempest/api/compute/servers/test_disk_config.py", line 115, in test_resize_server_from_auto_to_manual
           self.client.confirm_resize(self.server_id)
         File "tempest/services/compute/xml/servers_client.py", line 511, in confirm_resize
           return self.action(server_id, 'confirmResize', None, **kwargs)
         File "tempest/services/compute/xml/servers_client.py", line 439, in action
           resp, body = self.post("servers/%s/action" % server_id, str(doc))
        File "tempest/common/rest_client.py", line 209, in post
          return self.request('POST', url, extra_headers, headers, body)
        File "tempest/common/rest_client.py", line 419, in request
           resp, resp_body)
         File "tempest/common/rest_client.py", line 468, in _error_checker
           raise exceptions.BadRequest(resp_body)
       BadRequest: Bad request
       Details: {'message': 'Instance has not been resized.', 'code': '400'}

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1327203/+subscriptions


Follow ups

References