Merge "Increase rgw init timeout to 1200 seconds"

This commit is contained in:
Jenkins 2016-06-17 14:42:39 +00:00 committed by Gerrit Code Review
commit 8818a05bfa
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ ms bind ipv6 = true
[client.radosgw.gateway]
host = {{ hostname }}
rgw init timeout = 1200
keyring = /etc/ceph/keyring.rados.gateway
rgw socket path = /tmp/radosgw.sock
log file = /var/log/ceph/radosgw.log
@ -51,4 +52,4 @@ nss db path = /var/lib/ceph/nss
{% for key in client_radosgw_gateway -%}
{{ key }} = {{ client_radosgw_gateway[key] }}
{% endfor %}
{% endif %}
{% endif %}