Comment 9 for bug 1403889

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

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

commit c7d77624b73475c5ab67f27a641ec52cea324d8e
Author: Gary Kotton <email address hidden>
Date: Mon Feb 16 03:07:50 2015 -0800

    Compute: update config drive settings on instance

    In the case the config drive setting are overridden by either
    image properties or the configuration setting then these are updated
    on the instance to actually reflect the running VM configuration.

    The patch creates a common method for updating instance details
    after spawn.

    Change-Id: Ia5e36989a7b7543fa77c7c196919f8566e02d28a
    Closes-bug: #1403889