← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1291947] [NEW] Image metadata Object not found

 

Public bug reported:

Observed in the Neutron full job

2014-03-11 14:12:45.836 | _StringException: Traceback (most recent call last):
2014-03-11 14:12:45.836 |   File "tempest/api/compute/images/test_image_metadata.py", line 44, in setUpClass
2014-03-11 14:12:45.836 |     cls.client.wait_for_image_status(cls.image_id, 'ACTIVE')
2014-03-11 14:12:45.836 |   File "tempest/services/compute/json/images_client.py", line 85, in wait_for_image_status
2014-03-11 14:12:45.836 |     waiters.wait_for_image_status(self, image_id, status)
2014-03-11 14:12:45.836 |   File "tempest/common/waiters.py", line 105, in wait_for_image_status
2014-03-11 14:12:45.836 |     resp, image = client.get_image(image_id)
2014-03-11 14:12:45.836 |   File "tempest/services/compute/json/images_client.py", line 74, in get_image
2014-03-11 14:12:45.837 |     resp, body = self.get("images/%s" % str(image_id))
2014-03-11 14:12:45.837 |   File "tempest/common/rest_client.py", line 202, in get
2014-03-11 14:12:45.837 |     return self.request('GET', url, headers)
2014-03-11 14:12:45.837 |   File "tempest/common/rest_client.py", line 374, in request
2014-03-11 14:12:45.837 |     resp, resp_body)
2014-03-11 14:12:45.837 |   File "tempest/common/rest_client.py", line 418, in _error_checker
2014-03-11 14:12:45.837 |     raise exceptions.NotFound(resp_body)
2014-03-11 14:12:45.837 | NotFound: Object not found
2014-03-11 14:12:45.837 | Details: {"itemNotFound": {"message": "Image not found.", "code": 404}}

Example here: http://logs.openstack.org/47/75447/2/check/check-tempest-
dsvm-neutron-full/6a47f29/console.html

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: neutron-full-job

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

Title:
  Image metadata Object not found

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  Observed in the Neutron full job

  2014-03-11 14:12:45.836 | _StringException: Traceback (most recent call last):
  2014-03-11 14:12:45.836 |   File "tempest/api/compute/images/test_image_metadata.py", line 44, in setUpClass
  2014-03-11 14:12:45.836 |     cls.client.wait_for_image_status(cls.image_id, 'ACTIVE')
  2014-03-11 14:12:45.836 |   File "tempest/services/compute/json/images_client.py", line 85, in wait_for_image_status
  2014-03-11 14:12:45.836 |     waiters.wait_for_image_status(self, image_id, status)
  2014-03-11 14:12:45.836 |   File "tempest/common/waiters.py", line 105, in wait_for_image_status
  2014-03-11 14:12:45.836 |     resp, image = client.get_image(image_id)
  2014-03-11 14:12:45.836 |   File "tempest/services/compute/json/images_client.py", line 74, in get_image
  2014-03-11 14:12:45.837 |     resp, body = self.get("images/%s" % str(image_id))
  2014-03-11 14:12:45.837 |   File "tempest/common/rest_client.py", line 202, in get
  2014-03-11 14:12:45.837 |     return self.request('GET', url, headers)
  2014-03-11 14:12:45.837 |   File "tempest/common/rest_client.py", line 374, in request
  2014-03-11 14:12:45.837 |     resp, resp_body)
  2014-03-11 14:12:45.837 |   File "tempest/common/rest_client.py", line 418, in _error_checker
  2014-03-11 14:12:45.837 |     raise exceptions.NotFound(resp_body)
  2014-03-11 14:12:45.837 | NotFound: Object not found
  2014-03-11 14:12:45.837 | Details: {"itemNotFound": {"message": "Image not found.", "code": 404}}

  Example here: http://logs.openstack.org/47/75447/2/check/check-
  tempest-dsvm-neutron-full/6a47f29/console.html

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


Follow ups

References