diff options
| author | JieonLee <dlwldjs7544@naver.com> | 2021-11-21 05:05:25 +0000 |
|---|---|---|
| committer | JieonLee <dlwldjs7544@naver.com> | 2021-11-21 05:05:25 +0000 |
| commit | b3d09ffc37f6b577ce479a5203c6c882062fee74 (patch) | |
| tree | 0ebe0d67cbb989092ef508ecda653738dd8f4e85 /doc/source/cli | |
| parent | 8b394e564120984059d6424bb870c8da51a400e7 (diff) | |
| download | python-openstackclient-b3d09ffc37f6b577ce479a5203c6c882062fee74.tar.gz | |
Add missing command mapping in nova
nova command: instance-action
openstack command: server event show
Change-Id: I8e5dad90cfd28b1f0d65be688651918869f679e4
Diffstat (limited to 'doc/source/cli')
| -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 dd8992f6..0ab2b2fe 100644 --- a/doc/source/cli/data/nova.csv +++ b/doc/source/cli/data/nova.csv @@ -46,7 +46,7 @@ hypervisor-show,hypervisor show,Display the details of the specified hypervisor. hypervisor-stats,hypervisor stats show,Get hypervisor statistics over all compute nodes. 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,,Show an action. +instance-action,server event show,Show an action. instance-action-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. |
