** Also affects: neutron
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1281969

Title:
  exceptions.ServerFault is raised when creating a server

Status in OpenStack Neutron (virtual network service):
  New
Status in OpenStack Compute (Nova):
  Incomplete
Status in Tempest:
  Invalid

Bug description:
  After submitting a patch, I got a lot of similar errors in tempest.

  http://logs.openstack.org/52/74552/2/check/check-tempest-dsvm-
  full/8841b27/console.html

  2014-02-19 07:46:41.335 | 
======================================================================
  2014-02-19 07:46:41.335 | FAIL: setUpClass 
(tempest.api.compute.v3.images.test_images_oneserver_negative.ImagesOneServerNegativeV3Test)
  2014-02-19 07:46:41.335 | setUpClass 
(tempest.api.compute.v3.images.test_images_oneserver_negative.ImagesOneServerNegativeV3Test)
  2014-02-19 07:46:41.335 | 
----------------------------------------------------------------------
  2014-02-19 07:46:41.335 | _StringException: Traceback (most recent call last):
  2014-02-19 07:46:41.336 |   File 
"tempest/api/compute/v3/images/test_images_oneserver_negative.py", line 67, in 
setUpClass
  2014-02-19 07:46:41.336 |     resp, server = 
cls.create_test_server(wait_until='ACTIVE')
  2014-02-19 07:46:41.336 |   File "tempest/api/compute/base.py", line 121, in 
create_test_server
  2014-02-19 07:46:41.336 |     name, image_id, flavor, **kwargs)
  2014-02-19 07:46:41.336 |   File 
"tempest/services/compute/v3/json/servers_client.py", line 87, in create_server
  2014-02-19 07:46:41.336 |     resp, body = self.post('servers', post_body, 
self.headers)
  2014-02-19 07:46:41.336 |   File "tempest/common/rest_client.py", line 184, 
in post
  2014-02-19 07:46:41.336 |     return self.request('POST', url, headers, body)
  2014-02-19 07:46:41.336 |   File "tempest/common/rest_client.py", line 360, 
in request
  2014-02-19 07:46:41.336 |     resp, resp_body)
  2014-02-19 07:46:41.337 |   File "tempest/common/rest_client.py", line 453, 
in _error_checker
  2014-02-19 07:46:41.337 |     raise exceptions.ServerFault(message)
  2014-02-19 07:46:41.338 | ServerFault: Got server fault
  2014-02-19 07:46:41.338 | Details: The server has either erred or is 
incapable of performing the requested operation.
  2014-02-19 07:46:41.338 | 
  2014-02-19 07:46:41.338 | 
  2014-02-19 07:46:41.338 | 
======================================================================
  2014-02-19 07:46:41.339 | FAIL: setUpClass 
(tempest.api.compute.v3.servers.test_server_password.ServerPasswordV3Test)
  2014-02-19 07:46:41.339 | setUpClass 
(tempest.api.compute.v3.servers.test_server_password.ServerPasswordV3Test)
  2014-02-19 07:46:41.339 | 
----------------------------------------------------------------------
  2014-02-19 07:46:41.339 | _StringException: Traceback (most recent call last):
  2014-02-19 07:46:41.339 |   File 
"tempest/api/compute/v3/servers/test_server_password.py", line 28, in setUpClass
  2014-02-19 07:46:41.340 |     resp, cls.server = 
cls.create_test_server(wait_until="ACTIVE")
  2014-02-19 07:46:41.340 |   File "tempest/api/compute/base.py", line 121, in 
create_test_server
  2014-02-19 07:46:41.340 |     name, image_id, flavor, **kwargs)
  2014-02-19 07:46:41.340 |   File 
"tempest/services/compute/v3/json/servers_client.py", line 87, in create_server
  2014-02-19 07:46:41.340 |     resp, body = self.post('servers', post_body, 
self.headers)
  2014-02-19 07:46:41.342 |   File "tempest/common/rest_client.py", line 184, 
in post
  2014-02-19 07:46:41.342 |     return self.request('POST', url, headers, body)
  2014-02-19 07:46:41.342 |   File "tempest/common/rest_client.py", line 360, 
in request
  2014-02-19 07:46:41.342 |     resp, resp_body)
  2014-02-19 07:46:41.342 |   File "tempest/common/rest_client.py", line 453, 
in _error_checker
  2014-02-19 07:46:41.342 |     raise exceptions.ServerFault(message)
  2014-02-19 07:46:41.343 | ServerFault: Got server fault
  2014-02-19 07:46:41.343 | Details: The server has either erred or is 
incapable of performing the requested operation.
  2014-02-19 07:46:41.343 | 
  2014-02-19 07:46:41.343 | 
  2014-02-19 07:46:41.343 | 
======================================================================
  2014-02-19 07:46:41.343 | FAIL: setUpClass 
(tempest.api.compute.v3.servers.test_create_server.ServersV3TestManualDisk)
  2014-02-19 07:46:41.343 | setUpClass 
(tempest.api.compute.v3.servers.test_create_server.ServersV3TestManualDisk)
  2014-02-19 07:46:41.343 | 
----------------------------------------------------------------------
  2014-02-19 07:46:41.343 | _StringException: Traceback (most recent call last):
  2014-02-19 07:46:41.343 |   File 
"tempest/api/compute/v3/servers/test_create_server.py", line 224, in setUpClass
  2014-02-19 07:46:41.344 |     super(ServersV3TestManualDisk, cls).setUpClass()
  2014-02-19 07:46:41.344 |   File 
"tempest/api/compute/v3/servers/test_create_server.py", line 51, in setUpClass
  2014-02-19 07:46:41.344 |     disk_config=cls.disk_config)
  2014-02-19 07:46:41.344 |   File "tempest/api/compute/base.py", line 121, in 
create_test_server
  2014-02-19 07:46:41.344 |     name, image_id, flavor, **kwargs)
  2014-02-19 07:46:41.344 |   File 
"tempest/services/compute/v3/json/servers_client.py", line 87, in create_server
  2014-02-19 07:46:41.344 |     resp, body = self.post('servers', post_body, 
self.headers)
  2014-02-19 07:46:41.344 |   File "tempest/common/rest_client.py", line 184, 
in post
  2014-02-19 07:46:41.344 |     return self.request('POST', url, headers, body)
  2014-02-19 07:46:41.345 |   File "tempest/common/rest_client.py", line 360, 
in request
  2014-02-19 07:46:41.345 |     resp, resp_body)
  2014-02-19 07:46:41.345 |   File "tempest/common/rest_client.py", line 453, 
in _error_checker
  2014-02-19 07:46:41.345 |     raise exceptions.ServerFault(message)
  2014-02-19 07:46:41.345 | ServerFault: Got server fault
  2014-02-19 07:46:41.345 | Details: The server has either erred or is 
incapable of performing the requested operation.
  2014-02-19 07:46:41.345 | 
  2014-02-19 07:46:41.345 | 
  2014-02-19 07:46:41.345 | 
======================================================================
  2014-02-19 07:46:41.345 | FAIL: setUpClass 
(tempest.api.compute.v3.servers.test_create_server.ServersWithSpecificFlavorV3Test)
  2014-02-19 07:46:41.345 | setUpClass 
(tempest.api.compute.v3.servers.test_create_server.ServersWithSpecificFlavorV3Test)
  2014-02-19 07:46:41.346 | 
----------------------------------------------------------------------
  2014-02-19 07:46:41.346 | _StringException: Traceback (most recent call last):
  2014-02-19 07:46:41.346 |   File 
"tempest/api/compute/v3/servers/test_create_server.py", line 140, in setUpClass
  2014-02-19 07:46:41.346 |     disk_config=cls.disk_config)
  2014-02-19 07:46:41.346 |   File "tempest/api/compute/base.py", line 121, in 
create_test_server
  2014-02-19 07:46:41.346 |     name, image_id, flavor, **kwargs)
  2014-02-19 07:46:41.347 |   File 
"tempest/services/compute/v3/json/servers_client.py", line 87, in create_server
  2014-02-19 07:46:41.347 |     resp, body = self.post('servers', post_body, 
self.headers)
  2014-02-19 07:46:41.347 |   File "tempest/common/rest_client.py", line 184, 
in post
  2014-02-19 07:46:41.347 |     return self.request('POST', url, headers, body)
  2014-02-19 07:46:41.347 |   File "tempest/common/rest_client.py", line 360, 
in request
  2014-02-19 07:46:41.347 |     resp, resp_body)
  2014-02-19 07:46:41.347 |   File "tempest/common/rest_client.py", line 453, 
in _error_checker
  2014-02-19 07:46:41.347 |     raise exceptions.ServerFault(message)
  2014-02-19 07:46:41.347 | ServerFault: Got server fault
  2014-02-19 07:46:41.347 | Details: The server has either erred or is 
incapable of performing the requested operation.
  2014-02-19 07:46:41.348 | 
  2014-02-19 07:46:41.348 | 
  2014-02-19 07:46:41.348 | 
======================================================================

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to