Comment 11 for bug 1188543

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

Reviewed: https://review.openstack.org/54472
Committed: http://github.com/openstack/nova/commit/119703b2742486e874df1b47717468280f64d8fe
Submitter: Jenkins
Branch: stable/havana

commit 119703b2742486e874df1b47717468280f64d8fe
Author: Michael Davies <email address hidden>
Date: Thu Oct 17 04:41:09 2013 -0700

    Fail quickly if file injection for boot volume

    Previously if the user attempted file injection on a booted volume it
    would fail and retry several times, which slowed down the instance
    spawning. Instead of attempting file injection, fail quickly, and
    log a warning

    Fix bug 1188543

    Change-Id: I264540de736c2bcb92567826fe5ba672e1244ba2
    (cherry picked from commit f59c2d64ac8f0523c587e23b2d1c59fdfe7ea131)