Comment 21 for bug 1770640

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

Reviewed: https://review.openstack.org/567860
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=00d9a3a2e6b4fbbffca359bf36480d902ae608cd
Submitter: Zuul
Branch: master

commit 00d9a3a2e6b4fbbffca359bf36480d902ae608cd
Author: Matt Riedemann <email address hidden>
Date: Fri May 11 09:36:10 2018 -0400

    Test live migration with config drive

    Tempest live migration tests do not create the server
    with config drive so we do not, by default, have test
    coverage of live migrating an instance with a config
    drive. This change forces nova to create a config
    drive for all instances in the nova-live-migration
    job which will also run evacuate tests with a config
    drive attached.

    Change-Id: I8157b9e6e9da492a225cbb50a20f434f83a5fecb
    Related-Bug: #1770640