← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1287506] [NEW] BadStoreUri doesn't get the expected arguments in several places

 

Public bug reported:

BadStoreUri is not used correctly in several places.
For example, in the Cinder store:
https://github.com/openstack/glance/blob/master/glance/store/cinder.py#L120
raise exception.BadStoreUri(uri, reason)

where BadStoreUri expects:
https://github.com/openstack/glance/blob/master/glance/common/exception.py#L39

** Affects: glance
     Importance: Undecided
     Assignee: Arnaud Legendre (arnaudleg)
         Status: New

** Changed in: glance
     Assignee: (unassigned) => Arnaud Legendre (arnaudleg)

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

Title:
  BadStoreUri doesn't get the expected arguments in several places

Status in OpenStack Image Registry and Delivery Service (Glance):
  New

Bug description:
  BadStoreUri is not used correctly in several places.
  For example, in the Cinder store:
  https://github.com/openstack/glance/blob/master/glance/store/cinder.py#L120
  raise exception.BadStoreUri(uri, reason)

  where BadStoreUri expects:
  https://github.com/openstack/glance/blob/master/glance/common/exception.py#L39

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


Follow ups

References