We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c48b82 commit cc0d7c2Copy full SHA for cc0d7c2
ansible/roles/cluster_infra/templates/resources.tf.j2
@@ -84,7 +84,7 @@ resource "openstack_sharedfilesystem_share_v2" "home" {
84
name = "{{ cluster_name }}-home"
85
description = "Home for control node"
86
share_proto = "CEPHFS"
87
- share_type = "{{ cluster_home_manila_share_type }}"
+ share_type = {{ '"' + cluster_home_manila_share_type + '"' | default('null') }}
88
size = "{{ home_volume_size }}"
89
}
90
0 commit comments