Comment 27 for bug 1596602

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

Reviewed: https://review.openstack.org/347971
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2f2b0e954d7738c2bf49a48a708cc0ce2b19e726
Submitter: Jenkins
Branch: master

commit 2f2b0e954d7738c2bf49a48a708cc0ce2b19e726
Author: Mike Fedosin <email address hidden>
Date: Wed Jul 27 20:34:41 2016 +0300

    Don't set empty kernel_id and ramdisk_id to glance image

    In some cases, if 'allow_additional_properties' option is
    disabled in Glance, 'kernel_id' and 'ramdisk_id' are considered
    the usual properties and cannot have None values. So it's better
    always omit these props and never send them to Glance if they are
    empty.

    Change-Id: I3dd2a3f39d31a79c86bdbe7b656d42c20c560af3
    Closes-bug: #1596602