summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/source/cli/nova.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst
index 1fb28798..f93c3124 100644
--- a/doc/source/cli/nova.rst
+++ b/doc/source/cli/nova.rst
@@ -952,6 +952,8 @@ nova boot
[--description <description>] [--tags <tags>]
[--return-reservation-id]
[--trusted-image-certificate-id <trusted-image-certificate-id>]
+ [--host <host>]
+ [--hypervisor-hostname <hypervisor-hostname>]
<name>
Boot a new server.
@@ -1117,6 +1119,14 @@ quality of service support, microversion ``2.72`` is required.
May be specified multiple times to pass multiple trusted image
certificate IDs. (Supported by API versions '2.63' - '2.latest')
+``--host <host>``
+ Requested host to create servers. Admin only by default.
+ (Supported by API versions '2.74' - '2.latest')
+
+``--hypervisor-hostname <hypervisor-hostname>``
+ Requested hypervisor hostname to create servers. Admin only by default.
+ (Supported by API versions '2.74' - '2.latest')
+
.. _nova_cell-capacities:
nova cell-capacities