nova/releasenotes/notes/boot-instance-specific-storage-backend-c34ee0a871efec3b.yaml
zhangbailin c7f4190af2 Add microversion 2.67 to support volume_type
Add a new microversion 2.67 to support specify ``volume_type``
when boot instances.

Part of bp boot-instance-specific-storage-backend
Change-Id: I13102243f7ce36a5d44c1790f3a633703373ebf7
2018-10-12 02:57:58 -04:00

12 lines
466 B
YAML

---
features:
- Microversion 2.67 adds the optional parameter ``volume_type`` to
block_device_mapping_v2, which can be used to specify ``volume_type``
when creating a server.
This would only apply to BDMs with ``source_type`` of `blank`, `image` and
`snapshot` and ``destination_type`` of `volume`.
The compute API will reject server create requests with a specified
``volume_type`` until all nova-compute services are upgraded to Stein.