mirror of https://github.com/ceph/ceph-ansible.git
ceph-rgw: default rgw_config_keys in defaults/main.yml
This avoid an issue with it being undefined if nfs_obj_gw is set to False. Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1138/head
parent
182f766cc4
commit
e2f4d4ef56
|
@ -37,3 +37,4 @@ ceph_rgw_docker_image_tag: latest
|
||||||
ceph_rgw_docker_extra_env: "RGW_CIVETWEB_PORT={{ ceph_rgw_civetweb_port }}" # comma separated variables
|
ceph_rgw_docker_extra_env: "RGW_CIVETWEB_PORT={{ ceph_rgw_civetweb_port }}" # comma separated variables
|
||||||
ceph_docker_on_openstack: false
|
ceph_docker_on_openstack: false
|
||||||
ceph_config_keys: [] # DON'T TOUCH ME
|
ceph_config_keys: [] # DON'T TOUCH ME
|
||||||
|
rgw_config_keys: "/" # DON'T TOUCH ME
|
||||||
|
|
Loading…
Reference in New Issue