41c25881e6
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
10 lines
428 B
YAML
10 lines
428 B
YAML
---
|
|
features:
|
|
- |
|
|
Support is added for the `2.74 microversion`_ which allows specifying the
|
|
``--host`` and ``--hypervisor-hostname`` options on the ``nova boot``
|
|
command. The ``novaclient.v2.servers.ServerManager.create()`` method now
|
|
also supports ``host`` and ``hypervisor_hostname`` parameters.
|
|
|
|
.. _2.74 microversion: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id66
|