Re-add ceph NFS gateway disable settings
The vars to disable ceph's ganesha NFS gateway installation were mistakenly removed in I243e742da3bf7d1e452998f257f7d0804e13237b. The NFS gateway serves no purpose in an OSA installation and should be disabled by default. Change-Id: Iaf2667b7cbd63b6fee04075122a2a532471cf205
This commit is contained in:
parent
9e3f547da6
commit
9604e65599
@ -22,3 +22,8 @@ ceph_container_bind_mounts:
|
||||
# combine any ceph_conf_overrides with other RGW specific overrides.
|
||||
ceph_conf_overrides_custom: {}
|
||||
ceph_conf_overrides: "{{ (ceph_conf_overrides_rgw | default({})) | combine(ceph_conf_overrides_custom, recursive=True) }}"
|
||||
|
||||
# Disable the NFS gateway PPA and package install by default as it is not
|
||||
# needed.
|
||||
nfs_file_gw: False
|
||||
nfs_obj_gw: False
|
||||
|
Loading…
Reference in New Issue
Block a user