Add cinder_csi_ignore_volume_az (#7624)

Signed-off-by: Cedric Hnyda <cedric.hnyda@itera.io>
This commit is contained in:
Cedric Hnyda
2021-06-01 16:10:27 +02:00
committed by GitHub
parent e2f1964389
commit 4674b03661
3 changed files with 11 additions and 1 deletions

View File

@@ -375,6 +375,7 @@ openstack_blockstorage_ignore_volume_az: "{{ volume_cross_zone_attachment | defa
# Set Cinder topology zones (can be multiple zones, default not set)
# cinder_topology_zones:
# - nova
cinder_csi_ignore_volume_az: "{{ volume_cross_zone_attachment | default('false') }}"
## When OpenStack is used, if LBaaSv2 is available you can enable it with the following 2 variables.
openstack_lbaas_enabled: false