diff options
| author | Yoonsoo Lim <msdbtjd123@naver.com> | 2021-10-13 19:49:53 +0900 |
|---|---|---|
| committer | YoonSooLim <msdbtjd123@naver.com> | 2022-07-31 14:20:22 +0900 |
| commit | e6adf37d12baa9d211eee71cb618d8ff327d3143 (patch) | |
| tree | 965174bbd6f577eb55cbd18a25537a119dc60c24 /doc/source/cli/data/nova.csv | |
| parent | 60dd6e62574d7e4812a07f853e37f1c1b2d61b50 (diff) | |
| download | python-openstackclient-e6adf37d12baa9d211eee71cb618d8ff327d3143.tar.gz | |
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
Diffstat (limited to 'doc/source/cli/data/nova.csv')
| -rw-r--r-- | doc/source/cli/data/nova.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/data/nova.csv b/doc/source/cli/data/nova.csv index 0ab2b2fe..46459163 100644 --- a/doc/source/cli/data/nova.csv +++ b/doc/source/cli/data/nova.csv @@ -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. |
