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
This commit is contained in:
parent
f44cc41d53
commit
bc9f4692ed
@ -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 <server>
|
||||
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 <server>
|
||||
driver-impl-xenserver=complete
|
||||
driver-impl-libvirt-kvm-x86=complete
|
||||
driver-impl-libvirt-kvm-ppc64=missing
|
||||
|
Loading…
Reference in New Issue
Block a user