c7f4190af2
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
12 lines
466 B
YAML
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.
|