Merge "Re-add ceph NFS gateway disable settings"
This commit is contained in:
commit
e0f1fc7a59
@ -22,3 +22,8 @@ ceph_container_bind_mounts:
|
|||||||
# combine any ceph_conf_overrides with other RGW specific overrides.
|
# combine any ceph_conf_overrides with other RGW specific overrides.
|
||||||
ceph_conf_overrides_custom: {}
|
ceph_conf_overrides_custom: {}
|
||||||
ceph_conf_overrides: "{{ (ceph_conf_overrides_rgw | default({})) | combine(ceph_conf_overrides_custom, recursive=True) }}"
|
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