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.