trove/releasenotes/notes/add-cinder-az-option-d4ff1968e6064ff2.yaml
Sam Morrison e8287dfda9 Pass availability zone through to volume creation.
New config option `enable_volume_az` (defaults to false)
ensures that the instance and volume will be created in the same
availability zone.

Story: 2008313
Task: 41208

Change-Id: I62ea46991c7398fba4e5027d5170038624d5aec9
2020-11-09 00:50:49 +00:00

6 lines
164 B
YAML

---
features:
- |
Added the ability to create the cinder volume in the same AZ as the nova
instance. Set ``enable_volume_az`` to True (defaults to False)