Add support matrix for attach and detach interfaces

This patch adds attach/detach interface information
to the support matrix.

CLI support information from this commit:
https://review.openstack.org/#/c/272471/

Co-Authored-By: Kevin_Zheng <zhengzhenyu@huawei.com>

Change-Id: I6182585ae5a622b7ff0b22dff41ab7ff4d4c0afa
Closes-Bug: #1572370
This commit is contained in:
Kevin_Zheng 2016-05-05 09:15:29 +08:00 committed by Matt Riedemann
parent 02421fc6c6
commit 88609d277d

View File

@ -127,6 +127,54 @@ driver-impl-ironic=missing
driver-impl-libvirt-vz-vm=complete
driver-impl-libvirt-vz-ct=missing
[operation.attach-interface]
title=Attach virtual network interface to instance
status=optional
notes=The attach interface operation provides a means to hotplug
additional interfaces to a running instance. Hotplug support
varies between guest OSes and some guests require a reboot for
new interfaces to be detected. This operation allows interface
capabilities to be expanded without interruption of service.
In a cloud model it would be more typical to just spin up a
new instance with more interfaces.
cli=nova interface-attach <server>
driver-impl-xenserver=missing
driver-impl-libvirt-kvm-x86=complete
driver-impl-libvirt-kvm-ppc64=complete
driver-impl-libvirt-kvm-s390x=complete
driver-impl-libvirt-qemu-x86=complete
driver-impl-libvirt-lxc=missing
driver-impl-libvirt-xen=complete
driver-impl-vmware=complete
driver-impl-hyperv=partial
driver-notes-hyperv=Works without issue if instance is off. When
hotplugging, only works if using Windows/Hyper-V Server 2016 and
the instance is a Generation 2 VM.
driver-impl-ironic=missing
driver-impl-libvirt-vz-vm=complete
driver-impl-libvirt-vz-ct=complete
[operation.detach-interface]
title=Detach virtual network interface from instance
status=optional
notes=See notes for attach-interface operation.
cli=nova interface-detach <server> <port_id>
driver-impl-xenserver=missing
driver-impl-libvirt-kvm-x86=complete
driver-impl-libvirt-kvm-ppc64=complete
driver-impl-libvirt-kvm-s390x=complete
driver-impl-libvirt-qemu-x86=complete
driver-impl-libvirt-lxc=missing
driver-impl-libvirt-xen=complete
driver-impl-vmware=complete
driver-impl-hyperv=complete
driver-notes-hyperv=Works without issue if instance is off. When
hotplugging, only works if using Windows/Hyper-V Server 2016 and
the instance is a Generation 2 VM.
driver-impl-ironic=missing
driver-impl-libvirt-vz-vm=complete
driver-impl-libvirt-vz-ct=complete
[operation.maintenance-mode]
title=Set the host in a maintenance mode
status=optional