From e6e7f354e10da48fd93ce43ae4560b4b49f99ee2 Mon Sep 17 00:00:00 2001 From: Atsushi SAKAI Date: Thu, 29 Oct 2015 16:24:01 +0000 Subject: [PATCH] Update CLI reference for python-novaclient 2.33.0 The number of commands is not changed. But ten commands order is changed. migration-list instance-action instance-action-list host-meta host-servers-migrate list-extensions cell-capacities cell-show host-evacuate host-evacuate-live Closes-Bug: #1507851 Change-Id: Ib888b755cfcb71c4f5c0537d76e7b4cf8baaab54 --- .../generated/ch_cli_nova_commands.xml | 135 ++++++++++-------- 1 file changed, 73 insertions(+), 62 deletions(-) diff --git a/doc/cli-reference/generated/ch_cli_nova_commands.xml b/doc/cli-reference/generated/ch_cli_nova_commands.xml index cd9bfe6131..83cfac2751 100644 --- a/doc/cli-reference/generated/ch_cli_nova_commands.xml +++ b/doc/cli-reference/generated/ch_cli_nova_commands.xml @@ -15,7 +15,7 @@ interface (CLI) for the OpenStack Compute API and its extensions. This chapter documents nova version - 2.31.0. + 2.33.0. For help on a specific nova @@ -1488,10 +1488,53 @@ - host-evacuate + migration-list - Evacuate all instances from failed host. + Print a list of migrations. + + + + + instance-action + + + Show an action. + + + + + instance-action-list + + + List actions on a server. + + + + + host-meta + + + Set or Delete metadata on all instances of a + host. + + + + + host-servers-migrate + + + Migrate all instances of the specified host to + other available hosts. + + + + + list-extensions + + + List all the os-api extensions that are + available. @@ -1560,44 +1603,36 @@ - migration-list + cell-capacities - Print a list of migrations. + Get cell capacities for all cells or a given + cell. - list-extensions + cell-show - List all the os-api extensions that are - available. + Show details of a given cell. - host-meta + host-evacuate - Set or Delete metadata on all instances of a - host. + Evacuate all instances from failed host. - instance-action + host-evacuate-live - Show an action. - - - - - instance-action-list - - - List actions on a server. + Live migrate all instances of the specified + host to other available hosts. @@ -1676,41 +1711,6 @@ - - host-evacuate-live - - - Live migrate all instances of the specified - host to other available hosts. - - - - - cell-capacities - - - Get cell capacities for all cells or a given - cell. - - - - - cell-show - - - Show details of a given cell. - - - - - host-servers-migrate - - - Migrate all instances of the specified host to - other available hosts. - - -
@@ -3451,7 +3451,7 @@ Create a new flavor. <name> - Name of the new flavor. + Unique name of the new flavor. @@ -3459,8 +3459,8 @@ Create a new flavor. <id> - Unique ID (integer or UUID) for the new flavor. If - specifying 'auto', a UUID will be generated as ID. + Unique ID of the new flavor. Specifying 'auto' will + generated a UUID for the ID. @@ -4282,7 +4282,8 @@ Display the uptime of the specified hypervisor.
nova image-create - usage: nova image-create [--show] [--poll] <server> <name> + usage: nova image-create [--metadata <key=value>] [--show] [--poll] + <server> <name> Create a new image by taking a snapshot of a running server. @@ -4306,6 +4307,16 @@ Create a new image by taking a snapshot of a running server. Optional arguments + + --metadata <key=value> + + + Record arbitrary key/value metadata to + /meta_data.json on the metadata server. Can be + specified multiple times. + + + --show @@ -4318,8 +4329,8 @@ Create a new image by taking a snapshot of a running server. --poll - Report the snapshot progress and poll until image creation is - complete. + Report the snapshot progress and poll until image + creation is complete.