Reviewed: https://review.openstack.org/432352 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=6e5b1d289b68f635d369dc092eff5595fb12c331 Submitter: Jenkins Branch: master
commit 6e5b1d289b68f635d369dc092eff5595fb12c331 Author: Dan Smith <[email protected]> Date: Fri Feb 10 07:37:51 2017 -0800 Remove straggling use of main db flavors in cellsv1 code This remaining use of the flavor query routine from the cellsv1 code still looks at the main database. This patch converts it to use the object which looks in the right place. Closes-Bug: #1663729 Change-Id: I418988ae1d72d541ace867a22b2c9267164bf61b ** Changed in: nova Status: In Progress => Fix Released -- 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/1663729 Title: CellsV1 regression introduced with flavor migration to api database Status in OpenStack Compute (nova): Fix Released Status in OpenStack Compute (nova) newton series: Confirmed Status in OpenStack Compute (nova) ocata series: Confirmed Bug description: In Newton we migrated flavors to the api database, which requires using the Flavor object for proper compatibility. A piece of cellsv1 was missed which would cause it to start reporting resources incorrectly after the migration happened and the flavors are removed from the main database. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1663729/+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

