Update the Nova CLI Mapping Guide

Update missing command in Mapping Guide.

List of updated command
[Nova CLI / OSC]
instance-action-list / server event list

Change-Id: I1436a6c1bdd881890e015cf0f1829c38378b36fa
This commit is contained in:
Yoonsoo Lim 2021-10-13 19:49:53 +09:00 committed by YoonSooLim
parent 60dd6e6257
commit e6adf37d12
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ hypervisor-stats,hypervisor stats show,Get hypervisor statistics over all comput
hypervisor-uptime,,Display the uptime of the specified hypervisor.
image-create,server image create,Create a new image by taking a snapshot of a running server.
instance-action,server event show,Show an action.
instance-action-list,,List actions on a server.
instance-action-list,server event list,List actions on a server.
instance-usage-audit-log,,List/Get server usage audits.
interface-attach,server add port / server add floating ip / server add fixed ip,Attach a network interface to a server.
interface-detach,server remove port,Detach a network interface from a server.

1 add-secgroup server add security group Add a Security Group to a server.
47 hypervisor-uptime Display the uptime of the specified hypervisor.
48 image-create server image create Create a new image by taking a snapshot of a running server.
49 instance-action server event show Show an action.
50 instance-action-list server event list List actions on a server.
51 instance-usage-audit-log List/Get server usage audits.
52 interface-attach server add port / server add floating ip / server add fixed ip Attach a network interface to a server.
53 interface-detach server remove port Detach a network interface from a server.