diff options
author | Sam Morrison <sorrison@gmail.com> | 2016-09-19 11:41:22 +1000 |
---|---|---|
committer | Lingxian Kong <anlin.kong@gmail.com> | 2020-11-09 00:50:49 +0000 |
commit | e8287dfda9159acffc434432a31b6c0b671aa83e (patch) | |
tree | efa8b15c1a6bc90fa0a754eba024b78751a34c0a /releasenotes/notes/add-cinder-az-option-d4ff1968e6064ff2.yaml | |
parent | 59a972b312c8d25ffb46b4a994374490731747ea (diff) | |
download | trove-e8287dfda9159acffc434432a31b6c0b671aa83e.tar.gz |
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
Diffstat (limited to 'releasenotes/notes/add-cinder-az-option-d4ff1968e6064ff2.yaml')
-rw-r--r-- | releasenotes/notes/add-cinder-az-option-d4ff1968e6064ff2.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/add-cinder-az-option-d4ff1968e6064ff2.yaml b/releasenotes/notes/add-cinder-az-option-d4ff1968e6064ff2.yaml new file mode 100644 index 00000000..4fff591f --- /dev/null +++ b/releasenotes/notes/add-cinder-az-option-d4ff1968e6064ff2.yaml @@ -0,0 +1,5 @@ +--- +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) |