diff options
| author | Zuul <zuul@review.opendev.org> | 2022-09-30 12:31:55 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2022-09-30 12:31:55 +0000 |
| commit | ec43d63182bf9412a6fd40b42bb57959b712620d (patch) | |
| tree | ddc6b3a84b34931a37e6a261ada5a7aa80b62611 /doc/source/cli/data/nova.csv | |
| parent | bd4e67452ee529fbb58ad398cbe9e5e755096a27 (diff) | |
| parent | 722d3216a4b5d13aa1e258892d4c660a79ee91c9 (diff) | |
| download | python-openstackclient-ec43d63182bf9412a6fd40b42bb57959b712620d.tar.gz | |
Merge "docs: Add missing command mappings"
Diffstat (limited to 'doc/source/cli/data/nova.csv')
| -rw-r--r-- | doc/source/cli/data/nova.csv | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/cli/data/nova.csv b/doc/source/cli/data/nova.csv index 4252585f..1348f6b1 100644 --- a/doc/source/cli/data/nova.csv +++ b/doc/source/cli/data/nova.csv @@ -4,7 +4,7 @@ agent-delete,compute agent delete,Delete existing agent build. agent-list,compute agent list,List all builds. agent-modify,compute agent set,Modify existing agent build. aggregate-add-host,aggregate add host,Add the host to the specified aggregate. -aggregate-cache-images,,Request images be cached. (Supported by API versions '2.81' - '2.latest') [hint: use '-- os-compute-api-version' flag to show help message for proper version] +aggregate-cache-images,WONTFIX,Request images be cached. (Supported by API versions '2.81' - '2.latest') [hint: use '-- os-compute-api-version' flag to show help message for proper version] aggregate-create,aggregate create,Create a new aggregate with the specified details. aggregate-delete,aggregate delete,Delete the aggregate. aggregate-list,aggregate list,Print a list of all aggregates. @@ -44,7 +44,7 @@ hypervisor-list,hypervisor list,List hypervisors. (Supported by API versions '2. hypervisor-servers,,List servers belonging to specific hypervisors. 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. +hypervisor-uptime,hypervisor show,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,server event list,List actions on a server. @@ -65,7 +65,7 @@ live-migration-force-comp,server migration force complete,Force on-going live mi lock,server lock,Lock a server. meta,server set --property / unset,Set or delete metadata on a server. migrate,server migrate,Migrate a server. The new host will be selected by the scheduler. -migration-list,,Print a list of migrations. +migration-list,server migration list,Print a list of migrations. pause,server pause,Pause a server. quota-class-show,quota show --class,List the quotas for a quota class. quota-class-update,quota set --class,Update the quotas for a quota class. @@ -120,8 +120,8 @@ usage,usage show,Show usage data for a single tenant. usage-list,usage list,List usage data for all tenants. version-list,versions show --service compute,List all API versions. volume-attach,server add volume,Attach a volume to a server. -volume-attachments,server show,List all the volumes attached to a server. +volume-attachments,server volume list,List all the volumes attached to a server. volume-detach,server remove volume,Detach a volume from a server. -volume-update,,Update volume attachment. +volume-update,server volume update,Update volume attachment. bash-completion,complete,Prints all of the commands and options to stdout so that the nova.bash_completion script doesn't have to hard code them. help,help,Display help about this program or one of its subcommands. |
