summaryrefslogtreecommitdiff
path: root/releasenotes/notes/support-handling-empty-string-for-volume-az-22ad78eb0f931954.yaml
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-03-05 01:24:21 +0000
committerGerrit Code Review <review@openstack.org>2020-03-05 01:24:21 +0000
commit8fc8034c0981de9b6b34af619d272dbd1bbf02c4 (patch)
tree191e46ff4b9f7c3074a1bd54c758dfcb737ef991 /releasenotes/notes/support-handling-empty-string-for-volume-az-22ad78eb0f931954.yaml
parentab227b32137fb40e93fa4750755bee0091add040 (diff)
parent77b8395e7dc5aa863364367461aaf571d2b0793e (diff)
downloadheat-8fc8034c0981de9b6b34af619d272dbd1bbf02c4.tar.gz
Merge "Support handling empty string for volume AZ" into stable/train13.0.1
Diffstat (limited to 'releasenotes/notes/support-handling-empty-string-for-volume-az-22ad78eb0f931954.yaml')
-rw-r--r--releasenotes/notes/support-handling-empty-string-for-volume-az-22ad78eb0f931954.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/support-handling-empty-string-for-volume-az-22ad78eb0f931954.yaml b/releasenotes/notes/support-handling-empty-string-for-volume-az-22ad78eb0f931954.yaml
new file mode 100644
index 000000000..e1b71be43
--- /dev/null
+++ b/releasenotes/notes/support-handling-empty-string-for-volume-az-22ad78eb0f931954.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Empty string passing in for volume availability_zone can be correctly
+ handled now. For this case, it's same as no AZ set, so the default AZ in
+ cinder.conf will be used.