summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-02-09 12:50:18 +0000
committerGerrit Code Review <review@openstack.org>2022-02-09 12:50:18 +0000
commit27843fc232622a756d0c6a0e7d4ddecbddb2ae11 (patch)
treecce36ee1558e228d4767186b485e9e359f9b9019
parent5f73c527ee099965004c64f7c32ba7639ceddda2 (diff)
parentb3d09ffc37f6b577ce479a5203c6c882062fee74 (diff)
downloadpython-openstackclient-27843fc232622a756d0c6a0e7d4ddecbddb2ae11.tar.gz
Merge "Add missing command mapping in nova"
-rw-r--r--doc/source/cli/data/nova.csv2
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.