Comment 7 for bug 1663729

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/newton)

Reviewed: https://review.openstack.org/433922
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f2ea55fe953107e0a406c5a934c3a6d8b0bebfd5
Submitter: Jenkins
Branch: stable/newton

commit f2ea55fe953107e0a406c5a934c3a6d8b0bebfd5
Author: Dan Smith <email address hidden>
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.

    Conflicts:
            nova/tests/unit/cells/test_cells_state_manager.py

    NOTE(mriedem): The conflict is due to not having
    c9de74ac2a618f1f85cffaaf5210f07b8329cc05 in newton.

    Closes-Bug: #1663729
    Change-Id: I418988ae1d72d541ace867a22b2c9267164bf61b
    (cherry picked from commit 6e5b1d289b68f635d369dc092eff5595fb12c331)
    (cherry picked from commit 681e3776187d3ce3f7ccba8da056c007aa570232)