Comment 3 for bug 1328245

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

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

commit a1a2d0605b555f149846eb7e74f7d1760e55ed75
Author: Dan Smith <email address hidden>
Date: Thu Jun 12 08:56:21 2014 -0700

    Save connection info in libvirt after volume connect

    The libvirt driver will connect volumes for BFV while processing
    the guest configuration, but not save the connection_info into
    the database. This adds a save there to make sure that any
    storage driver details get persisted.

    Change-Id: Ia99e04ad80a2823a6852debf0919e72b2f93bd26
    Related-bug: #1328245