From d9183e7c66196605a5cb6bff0850799638c705b5 Mon Sep 17 00:00:00 2001
From: zhulingjie <easyzlj@gmail.com>
Date: Mon, 11 Jun 2018 18:13:18 -0400
Subject: [PATCH] Add driver into oslo_messaging_notifications section

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

diff --git a/ansible/roles/zun/templates/zun.conf.j2 b/ansible/roles/zun/templates/zun.conf.j2
index f931f2a3eb..a5e2a6ed87 100644
--- a/ansible/roles/zun/templates/zun.conf.j2
+++ b/ansible/roles/zun/templates/zun.conf.j2
@@ -18,6 +18,7 @@ driver = kuryr
 
 [oslo_messaging_notifications]
 transport_url = {{ notify_transport_url }}
+driver = messaging
 
 [api]
 host_ip = {{ api_interface_address }}