Comment 3 for bug 1458354

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

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

commit c9d4dd3d1409f73d18537a9737c67dcadaf3428e
Author: Daniel Stelter-Gliese <email address hidden>
Date: Wed Jun 3 16:24:40 2015 +0200

    libvirt: Fix KeyError during LXC instance boot

    The local device path is populated by connect_volume, accessing it
    earlier will result in a KeyError being thrown.

    Change-Id: I2125c568adf61a5a34e494414c0a8ae9547c67dd
    Closes-Bug: #1458354