Skip to content

Commit

Permalink
default usage of home manila share to match project share for caas
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpb committed Jan 30, 2024
1 parent 2fdb68c commit 61252d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/.caas/inventory/group_vars/all/cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ openondemand_servername: "{{ zenith_fqdn_ood | default(openondemand_servername_d
appliances_state_dir: /var/lib/state

# Defaults for caas-provided extravars:
cluster_home_manila_share: false
cluster_project_manila_share: false
cluster_home_manila_share: "{{ cluster_project_manila_share }}"

0 comments on commit 61252d0

Please sign in to comment.