From 88609d277d48337f46cd4bb90ae01f3b9c002779 Mon Sep 17 00:00:00 2001 From: Kevin_Zheng Date: Thu, 5 May 2016 09:15:29 +0800 Subject: [PATCH] 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 Change-Id: I6182585ae5a622b7ff0b22dff41ab7ff4d4c0afa Closes-Bug: #1572370 --- doc/source/support-matrix.ini | 48 +++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/doc/source/support-matrix.ini b/doc/source/support-matrix.ini index 018ade65e7c8..e08f01ce28a9 100644 --- a/doc/source/support-matrix.ini +++ b/doc/source/support-matrix.ini @@ -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 +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 +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