Comment 2 for bug 1814913

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

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

commit ccec9ba82de7c9525981a34bb126e9ca98042d04
Author: Dan Smith <email address hidden>
Date: Wed Feb 6 06:54:00 2019 -0800

    Fix InstanceMapping to always default queued_for_delete=False

    This object has a default=False setting for queued_for_delete, but never
    actually sets that value. All newly created records should have a non-NULL
    value for this field, and we have a migration to fix them, so this
    change explicitly forces that =False, unless the object is being created
    with a value set.

    Closes-Bug: #1814913
    Change-Id: I99c5cc24c7e9bf5e2e72ffc868990b87b0e8e3f8