Public bug reported: Right now Nova uses private field _factory to get access to the oslo.db method 'get_legacy_facade()'.
https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/api.py#L161-L177 It's not quite right. It happend because old verison of oslo.db hasn't a legal way to get access to this method. The new version of oslo.db can solve this problem ** Affects: nova Importance: Low Assignee: Sergey Nikitin (snikitin) Status: In Progress -- 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/1516963 Title: Nova enginefacade uses private fields of oslo.db Status in OpenStack Compute (nova): In Progress Bug description: Right now Nova uses private field _factory to get access to the oslo.db method 'get_legacy_facade()'. https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/api.py#L161-L177 It's not quite right. It happend because old verison of oslo.db hasn't a legal way to get access to this method. The new version of oslo.db can solve this problem To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1516963/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

