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

@@ -22,6 +22,9 @@ ca-file="{{ kube_config_dir }}/cinder-cacert.pem"
{% if cinder_blockstorage_version is defined %}
bs-version={{ cinder_blockstorage_version }}
{% endif %}
{% if cinder_csi_ignore_volume_az is defined %}
ignore-volume-az={{ cinder_csi_ignore_volume_az | bool }}
{% endif %}
{% if node_volume_attach_limit is defined and node_volume_attach_limit != "" %}
node-volume-attach-limit="{{ node_volume_attach_limit }}"
{% endif %}
{% endif %}