Comment 8 for bug 1789423

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

Reviewed: https://review.openstack.org/619351
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=61bf7ae5795a3dfac7afc57bed9b4195cfdb6042
Submitter: Zuul
Branch: stable/queens

commit 61bf7ae5795a3dfac7afc57bed9b4195cfdb6042
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
    (cherry picked from commit c4f6b0bf6cc903cf52c4b238c3771604dda174b8)
    (cherry picked from commit c689c09996c4a3da9e05ccd5178a4b5060949889)