Comment 2 for bug 1778734

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

Reviewed: https://review.openstack.org/579200
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=dd4e9496d37f2bc27763926327d45df01fd08a05
Submitter: Zuul
Branch: master

commit dd4e9496d37f2bc27763926327d45df01fd08a05
Author: Chris Dent <email address hidden>
Date: Fri Jun 29 16:38:43 2018 +0100

    Use 'version2' when syncing placement db

    The original code was started before the version2 variable existed.
    Somewhere along the way the change was missed in a merge. This
    corrects the migration.db_sync call to use the right version.

    Change-Id: I1c0c9bbd9a2595822d74d2b82e26c39b60ca1822
    Closes-Bug: #1778734