hypervisor support matrix: fix "evacuate" for s390 and hyper-v

Misled by the title of the feature "evacuate" the platform s390x
marked it as "complete". After a discussion in Nova IRC channel it was
clarified that this should be called "set host maintenance". This is
"missing" for s390x just like on x86. hyper-v doesn't implement the
necessary methods too.

http://lists.openstack.org/pipermail/openstack-dev/2015-June/067787.html

Change-Id: I3cd386269868c9fbbdbb16ca6281a86f4e2f1e0f
This commit is contained in:
Markus Zoeller 2015-06-23 18:21:09 +02:00 committed by Matt Riedemann
parent 5115a8d219
commit 7f96b2867c
1 changed files with 7 additions and 4 deletions

View File

@ -121,23 +121,26 @@ driver-impl-ironic=missing
driver-impl-libvirt-parallels-vm=complete
driver-impl-libvirt-parallels-ct=missing
[operation.evacuate]
title=Evacuate instances from host
[operation.maintenance-mode]
title=Set the host in a maintenance mode
status=optional
notes=This operation allows a host to be placed into maintenance
mode, automatically triggering migration of any running
instances to an alternative host and preventing new
instances from being launched. This is not considered
to be a mandatory operation to support.
The CLI command is "nova host-update <host>".
The driver methods to implement are "host_maintenance_mode" and
"set_host_enabled".
driver-impl-xenserver=complete
driver-impl-libvirt-kvm-x86=missing
driver-impl-libvirt-kvm-ppc64=missing
driver-impl-libvirt-kvm-s390x=complete
driver-impl-libvirt-kvm-s390x=missing
driver-impl-libvirt-qemu-x86=missing
driver-impl-libvirt-lxc=missing
driver-impl-libvirt-xen=missing
driver-impl-vmware=missing
driver-impl-hyperv=complete
driver-impl-hyperv=missing
driver-impl-ironic=missing
driver-impl-libvirt-parallels-vm=missing
driver-impl-libvirt-parallels-ct=missing