Skip to content
Snippets Groups Projects
Commit f6ed0d9f authored by shaofeng_cheng's avatar shaofeng_cheng
Browse files

Fix invalid literal for int in swift_proxy_server

If enable swift and ceilometer.

Swift_proxy_server container start error

ValueError: invalid literal for int() with base 10: '5672driver = messagingv2'

Change-Id: Iff9135bfeece158de1c7159a51286cfe4da25ac4
Closes-Bug: #1691633
parent b264647a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment