Comment 5 for bug 1789423

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

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

commit c4f6b0bf6cc903cf52c4b238c3771604dda174b8
Author: Mohammed Naser <email address hidden>
Date: Fri Nov 2 12:21:26 2018 +0100

    Default embedded instance.flavor.is_public attribute

    It is possible that really old instances don't actually have this
    attribute defined which can lead to raising exceptions when loading
    their embedded flavors from the database.

    This patch fixes this by defaulting these values to true if they
    are not set.

    Change-Id: If04cd802ce7184dc94f94804c743faebe0d4bd8c
    Closes-Bug: #1789423