removed rgw print continue = false, to set it to its default value of true

pull/456/head
Abhishek Varshney 2015-12-15 21:35:17 +05:30
parent f64920e233
commit bd7c03aa3d
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@
rgw socket path = /tmp/radosgw-{{ hostvars[host]['ansible_hostname'] }}.sock
log file = /var/log/radosgw/radosgw-{{ hostvars[host]['ansible_hostname'] }}.log
rgw data = /var/lib/ceph/radosgw/ceph-rgw.{{ hostvars[host]['ansible_hostname'] }}
rgw print continue = false
{% if radosgw_frontend == 'civetweb' %}
rgw frontends = civetweb port={{ radosgw_civetweb_port }}
{% endif %}