Merge "Add rebuild action descriptions in support-matrix"

This commit is contained in:
Jenkins
2016-04-21 13:28:42 +00:00
committed by Gerrit Code Review

View File

@@ -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 <server> <image>;
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