← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1431551] [NEW] nova.tests.unit.api.openstack.compute.contrib.test_block_device_mapping_v1 hits OverQuota with --concurrency=1

 

Public bug reported:

If you run 'tox -e py27 -- --concurrency=1' you get a bunch of OverQuota
errors in
nova.tests.unit.api.openstack.compute.contrib.test_block_device_mapping_v1:

http://paste.openstack.org/show/191932/

e.g.:

nova.tests.unit.api.openstack.compute.contrib.test_block_device_mapping_v1.BlockDeviceMappingTestV2.test_create_instance_decide_format_legacy
---------------------------------------------------------------------------------------------------------------------------------------------

Captured traceback:
~~~~~~~~~~~~~~~~~~~
    Traceback (most recent call last):
      File "nova/tests/unit/api/openstack/compute/contrib/test_block_device_mapping_v1.py", line 399, in test_create_instance_decide_format_legacy
        self._test_create(params, override_controller=controller)
      File "nova/tests/unit/api/openstack/compute/contrib/test_block_device_mapping_v1.py", line 94, in _test_create
        override_controller.create(req, body=body).obj['server']
      File "nova/api/openstack/compute/servers.py", line 614, in create
        headers={'Retry-After': 0})
    webob.exc.HTTPForbidden: Quota exceeded for cores,instances: Requested 2, but already used 20 of 20 cores

** Affects: nova
     Importance: Undecided
         Status: New


** Tags: db testing volumes

-- 
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/1431551

Title:
  nova.tests.unit.api.openstack.compute.contrib.test_block_device_mapping_v1
  hits OverQuota with --concurrency=1

Status in OpenStack Compute (Nova):
  New

Bug description:
  If you run 'tox -e py27 -- --concurrency=1' you get a bunch of
  OverQuota errors in
  nova.tests.unit.api.openstack.compute.contrib.test_block_device_mapping_v1:

  http://paste.openstack.org/show/191932/

  e.g.:

  nova.tests.unit.api.openstack.compute.contrib.test_block_device_mapping_v1.BlockDeviceMappingTestV2.test_create_instance_decide_format_legacy
  ---------------------------------------------------------------------------------------------------------------------------------------------

  Captured traceback:
  ~~~~~~~~~~~~~~~~~~~
      Traceback (most recent call last):
        File "nova/tests/unit/api/openstack/compute/contrib/test_block_device_mapping_v1.py", line 399, in test_create_instance_decide_format_legacy
          self._test_create(params, override_controller=controller)
        File "nova/tests/unit/api/openstack/compute/contrib/test_block_device_mapping_v1.py", line 94, in _test_create
          override_controller.create(req, body=body).obj['server']
        File "nova/api/openstack/compute/servers.py", line 614, in create
          headers={'Retry-After': 0})
      webob.exc.HTTPForbidden: Quota exceeded for cores,instances: Requested 2, but already used 20 of 20 cores

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


Follow ups

References