Comment 4 for bug 1555287

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

Reviewed: https://review.openstack.org/290847
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2d7166db25c2d6f5147f4da2c6067895420d5995
Submitter: Jenkins
Branch: stable/kilo

commit 2d7166db25c2d6f5147f4da2c6067895420d5995
Author: Matthew Booth <email address hidden>
Date: Wed Mar 9 17:27:03 2016 +0000

    Fix processing of libvirt disk.info in non-disk-image cases

    In Idfc16f54049aaeab31ac1c1d8d79a129acc9fb87 a change was made
    that caused non-disk-image backends to fall over because of an
    undefined variable because they skipped processing of the disk.info
    file. This adds a check for that case to make sure we don't run
    that path in the non-disk-image backend case.

    Closes-Bug: #1555287

    Change-Id: I02f8a5f0e29816336e500a8fe8dcc9ece15968e9