diff --git a/doc/source/support-matrix.ini b/doc/source/support-matrix.ini index 92ea7b63439c..8da1e656a386 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