From 73433b77e5cf8253aad5071ef8d8648c4e2f65e6 Mon Sep 17 00:00:00 2001 From: jichenjc Date: Thu, 6 Jul 2017 18:29:08 +0800 Subject: [PATCH] Enhance support matrix document To say something is unclear in the doc provided to user doesn't make sense, this patch makes the description for get host info clearer and split into ip and uptime part VMWare managed a cluster so host uptime is not applicable and not implemented. Change-Id: I95c7ecd85d556b8938ba0db127a04cf2a64feccc --- doc/source/user/support-matrix.ini | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/doc/source/user/support-matrix.ini b/doc/source/user/support-matrix.ini index 9fa1c1d166dc..1e9f0f915970 100644 --- a/doc/source/user/support-matrix.ini +++ b/doc/source/user/support-matrix.ini @@ -304,10 +304,31 @@ driver-impl-libvirt-vz-vm=complete driver-impl-libvirt-vz-ct=complete driver-impl-powervm=complete -[operation.get-host-info] -title=Guest host status +[operation.get-host-uptime] +title=Guest host uptime status=optional -notes=Unclear what this refers to +notes=Returns the result of host uptime since power on, + it's used to report hypervisor status. +cli= +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=missing +driver-impl-hyperv=complete +driver-impl-ironic=missing +driver-impl-libvirt-vz-vm=complete +driver-impl-libvirt-vz-ct=complete +driver-impl-powervm=complete + +[operation.get-host-ip] +title=Guest host ip +status=optional +notes=Returns the ip of this host, it's used when doing + resize and migration. cli= driver-impl-xenserver=complete driver-impl-libvirt-kvm-x86=complete