Merge "Re-add ceph NFS gateway disable settings"

This commit is contained in:
Zuul
2018-03-21 23:36:59 +00:00
committed by Gerrit Code Review

View File

@@ -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