From b1d7a8ad22c2613eaac6d911f2b91704a558fe2c Mon Sep 17 00:00:00 2001
From: Kien Nguyen <kiennt65@viettel.com.vn>
Date: Sat, 15 Dec 2018 11:20:20 +0700
Subject: [PATCH] Add missing transport_url config

In oslo_messaging_notification section - vitrage conf,
kolla-ansible is missing transport_url.

Change-Id: I0100af9771dfdb9cd40ce5effff2a60c7bd43575
---
 ansible/roles/vitrage/templates/vitrage.conf.j2 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ansible/roles/vitrage/templates/vitrage.conf.j2 b/ansible/roles/vitrage/templates/vitrage.conf.j2
index f829fc8af..0eb3a8ba1 100644
--- a/ansible/roles/vitrage/templates/vitrage.conf.j2
+++ b/ansible/roles/vitrage/templates/vitrage.conf.j2
@@ -60,6 +60,7 @@ memcache_secret_key = {{ memcache_secret_key }}
 memcached_servers = {% for host in groups['memcached'] %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ memcached_port }}{% if not loop.last %},{% endif %}{% endfor %}
 
 [oslo_messaging_notifications]
+transport_url = {{ notify_transport_url }}
 topics = notifications,vitrage_notifications
 driver = messagingv2
 
-- 
GitLab