Fix murano notification driver

Notification driver should be configured to avoid timeout failures of
murano app deployments while waiting notifications which will never be
sent.

The required driver is "messagingv2".

TrivialFix
Change-Id: Id0c753f50d93c81eedb2455a7323d86c08873c5f
This commit is contained in:
Alexander Reunov 2016-08-16 17:24:22 +03:00 committed by Vladislav Belogrudov
parent e3ca26f9e5
commit 26d8d6cd8d

View File

@ -40,4 +40,4 @@ rabbit_ha_queues = true
rabbit_hosts = {% for host in groups['rabbitmq'] %}{{ hostvars[host]['ansible_' + hostvars[host]['api_interface']]['ipv4']['address'] }}:{{ rabbitmq_port }}{% if not loop.last %},{% endif %}{% endfor %}
[oslo_messaging_notifications]
driver = noop
driver = messagingv2