Comment 19 for bug 1739325

Revision history for this message
Matt Riedemann (mriedem) wrote :

Same issue, very old instances wouldn't have the embedded flavor.is_public field stored because of this whitelist:

http://git.openstack.org/cgit/openstack/nova/tree/nova/compute/flavors.py#n52

So we'll need to default is_public=True when reading the embedded instance.flavor and is_public is not set.