summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorzhu.boxiang <zhu.boxiang@99cloud.net>2019-03-26 15:48:46 +0800
committerMatt Riedemann <mriedem.os@gmail.com>2019-07-08 19:26:01 +0000
commit41c25881e669b1ebe6211615dd8d2b24a1db23dc (patch)
tree473ae2d29f9d92ad79d7e474664e20e9cb910e14 /doc
parent4bfcc1a9faae1c505266abd0e2a61b8b3cf621f4 (diff)
downloadpython-novaclient-41c25881e669b1ebe6211615dd8d2b24a1db23dc.tar.gz
Add host and hypervisor_hostname to create servers
Adds the --host and --hypervisor-hostname options to the nova boot command and related python API bindings. Depends-On: https://review.opendev.org/#/c/645520/ Change-Id: If16d00b75f4d5f2b96aa6e3f32a973108049d928 Blueprint: add-host-and-hypervisor-hostname-flag-to-create-server
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