4fef02de71
This adds the nova boot command and python API binding support for creating a server with block device mappings defined using a specific volume type. Depends-On: https://review.openstack.org/606398/ Depends-On: https://review.openstack.org/#/c/610349/ Part of blueprint boot-instance-specific-storage-backend Change-Id: I484ee065119b5783db212ea64efa60e87c40338c
11 lines
453 B
YAML
11 lines
453 B
YAML
---
|
|
features:
|
|
- |
|
|
Support is added for the `2.67 microversion`_ which allows specifying
|
|
a ``volume_type`` with the ``--block-device`` option on the ``nova boot``
|
|
command. The ``novaclient.v2.servers.ServerManager.create()`` method now
|
|
also supports a ``volume_type`` entry in the ``block_device_mapping_v2``
|
|
parameter.
|
|
|
|
.. _2.67 microversion: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id60
|