Comment 2 for bug 1722771

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

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

commit 0184bb4798dd4660182062fe4099a07e63dd90e8
Author: Ildiko Vancsa <email address hidden>
Date: Wed Oct 11 12:56:02 2017 +0200

    Fix connection info refresh for reboot

    The 'bdms' parameter is not referenced correctly in
    _get_instance_block_device_info in compute/manager.py which causes
    the function to call down to the bdm to refresh the connection_info
    which is not supposed to happen during reboot.

    The patch fixes to use the optional parameter correctly.

    Fixes-Bug: #1722771
    Change-Id: I5545d0807626b353ca723ab1f125fd1f94bcef2e