← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1394641] [NEW] glance.db.metadata import error

 

Public bug reported:

LazyPluggable was removed but was not replaced in all places of use.

>>> import glance.db.metadata
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "glance/db/metadata.py", line 25, in <module>
    IMPL = utils.LazyPluggable(
AttributeError: 'module' object has no attribute 'LazyPluggable'

** Affects: glance
     Importance: Undecided
     Assignee: Oleksii Chuprykov (ochuprykov)
         Status: In Progress

** Changed in: glance
     Assignee: (unassigned) => Oleksii Chuprykov (ochuprykov)

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

Title:
  glance.db.metadata import error

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

Bug description:
  LazyPluggable was removed but was not replaced in all places of use.

  >>> import glance.db.metadata
  Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    File "glance/db/metadata.py", line 25, in <module>
      IMPL = utils.LazyPluggable(
  AttributeError: 'module' object has no attribute 'LazyPluggable'

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


Follow ups

References