From 23d8dff46ce78727c0bb1bba20dbe615bf5ee68c Mon Sep 17 00:00:00 2001 From: jichenjc Date: Tue, 26 Jan 2016 06:38:19 +0800 Subject: [PATCH] Add rebuild action descriptions in support-matrix Currently the rebuild action is supported in API and CLI of nova though only ironic driver has its own implementation, we can still list it into the support matix to provide more info to user. Change-Id: I391b54a383501d3cdd2ac799d0ce4ccf66243f5a --- doc/source/support-matrix.ini | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/doc/source/support-matrix.ini b/doc/source/support-matrix.ini index 904711aaf058..4ff5d4424279 100644 --- a/doc/source/support-matrix.ini +++ b/doc/source/support-matrix.ini @@ -177,6 +177,28 @@ driver-impl-ironic=unknown driver-impl-libvirt-vz-vm=missing driver-impl-libvirt-vz-ct=missing +[operation.rebuild] +title=Rebuild instance +status=optional +notes=A possible use case is additional attributes need to be set + to the instance, nova will purge all existing data from the system + and remakes the VM with given information such as 'metadata' and + 'personalities'. Though this is not considered to be a mandatory + operation to support. +cli=nova rebuild ; +driver-impl-xenserver=complete +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=complete +driver-impl-libvirt-xen=complete +driver-impl-vmware=complete +driver-impl-hyperv=complete +driver-impl-ironic=complete +driver-impl-libvirt-vz-vm=complete +driver-impl-libvirt-vz-ct=complete + [operation.get-guest-info] title=Guest instance status status=mandatory