Comment 10 for bug 1240922

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

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

commit d0948a1fb0a4c425310f0cf0aea5b28680dc4817
Author: Nikola Dipanov <email address hidden>
Date: Thu Mar 27 18:01:22 2014 +0100

    Disable volume attach/detach for suspended instances

    As described in the bug - some hypervisors (libvirt) do not support
    this. It is best to disable it in the API to provide a consistent user
    experience.

    Also adds a test to prevent an accidental regression.

    Change-Id: I5b404cca22cffecbaf524e2511810e5341242052
    Closes-bug: #1240922