Comment 2 for bug 1821891

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

Reviewed: https://review.openstack.org/648164
Committed: https://git.openstack.org/cgit/openstack/nova-powervm/commit/?id=2819a9cc625b2f11899a18b8257ad3d58eca9efd
Submitter: Zuul
Branch: master

commit 2819a9cc625b2f11899a18b8257ad3d58eca9efd
Author: srividr2 <email address hidden>
Date: Wed Mar 27 11:46:42 2019 -0400

    Add supports_evacuate=True to capabilities

    Currently nova-powervm driver is not supporting
    evacuate. And so Virtual Machine evacuate fails
    with the exception InstanceEvacuateNotSupported.
    So add supports_evacuate=True to capabilities.

    Change-Id: I20a9a805831a8816fd847a2559fd65665dc67a78
    Closes-Bug: #1821891