Merge "Fix invalid literal for int in swift_proxy_server"

This commit is contained in:
Jenkins 2017-06-02 09:34:03 +00:00 committed by Gerrit Code Review
commit b378e0e3c0

View File

@ -55,6 +55,7 @@ operator_roles = admin,{{ keystone_default_user_role }}{% if enable_ceilometer |
paste.filter_factory = ceilometermiddleware.swift:filter_factory
control_exchange = swift
url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}:{{ rabbitmq_password }}@{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ rabbitmq_port }}{% if not loop.last %},{% endif %}{% endfor %}
driver = messagingv2
topic = notifications
log_level = WARN