← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1554226] [NEW] Clean up warnings about enginefacade

 

Public bug reported:

You see a bunch of the following in Nova's test runs:

Captured stderr:
~~~~~~~~~~~~~~~~
    /home/jaypipes/repos/nova/.tox/py27/local/lib/python2.7/site-packages/oslo_db/sqlalchemy/enginefacade.py:254: OsloDBDeprecationWarning: EngineFacade is deprecated; please use oslo_db.sqlalchemy.enginefacade
      self._legacy_facade = LegacyEngineFacade(None, _factory=self)

We should use oslo_db.sqlalchemy.enginefacade now in all cases.

** Affects: nova
     Importance: Low
         Status: Confirmed


** Tags: low-hanging-fruit

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

Title:
  Clean up warnings about enginefacade

Status in OpenStack Compute (nova):
  Confirmed

Bug description:
  You see a bunch of the following in Nova's test runs:

  Captured stderr:
  ~~~~~~~~~~~~~~~~
      /home/jaypipes/repos/nova/.tox/py27/local/lib/python2.7/site-packages/oslo_db/sqlalchemy/enginefacade.py:254: OsloDBDeprecationWarning: EngineFacade is deprecated; please use oslo_db.sqlalchemy.enginefacade
        self._legacy_facade = LegacyEngineFacade(None, _factory=self)

  We should use oslo_db.sqlalchemy.enginefacade now in all cases.

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


Follow ups