Adding confugurable port for rabbit

Port from configs added for rabbitmq macro

Change-Id: I22a45729bff6355f6a08da417c20c6d8231632a5
This commit is contained in:
Andrey Pavlov 2016-12-28 06:53:25 +00:00
parent 30fdd98681
commit b9fd465b73
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
{%- elif cfg_type == 'notifications_config' -%} {%- elif cfg_type == 'notifications_config' -%}
[oslo_messaging_notifications] [oslo_messaging_notifications]
{%- endif %} {%- endif %}
transport_url=rabbit://{{ rabbitmq.user }}:{{ rabbitmq.password }}@{{ address('rabbitmq') }} transport_url=rabbit://{{ rabbitmq.user }}:{{ rabbitmq.password }}@{{ address('rabbitmq', rabbitmq.port) }}
{%- endmacro %} {%- endmacro %}