From bc9f4692ed479f5b71564d8760490d5384fff4cb Mon Sep 17 00:00:00 2001 From: jichenjc Date: Thu, 6 Jul 2017 11:08:31 +0800 Subject: [PATCH] add cli to support matrix nova console-log is supported in novaclient from nova API 2.1 (2.0) and nova trigger-crash-dump was added for API 2.17 (commit 6cbb22583b94660cfd78d8ee0068778d5279ceca) so we can add those cli for user reference. Change-Id: I17bf421a7eb2ec9ff7e94704889ea22bebfa980b --- doc/source/user/support-matrix.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/user/support-matrix.ini b/doc/source/user/support-matrix.ini index 9fa1c1d166dc..16a7424745ff 100644 --- a/doc/source/user/support-matrix.ini +++ b/doc/source/user/support-matrix.ini @@ -685,7 +685,7 @@ notes=The trigger crash dump operation is a mechanism for triggering injecting an NMI (Non-maskable Interrupt) into the instance. It provides a means to dump the production memory image as a dump file which is useful for users. Therefore this operation is considered optional to support. -cli= +cli=nova trigger-crash-dump driver-impl-xenserver=missing driver-impl-libvirt-kvm-x86=complete driver-impl-libvirt-kvm-ppc64=complete @@ -887,7 +887,7 @@ notes=This allows the administrator to query the logs of data only support graphical consoles. Therefore support for this operation is not mandatory, however, a driver is required to support at least one of the listed console access operations. -cli= +cli=nova console-log driver-impl-xenserver=complete driver-impl-libvirt-kvm-x86=complete driver-impl-libvirt-kvm-ppc64=missing