From ebc878441ea56e13a56576a820586e28bd551e36 Mon Sep 17 00:00:00 2001 From: Seb-Solon Date: Thu, 26 Oct 2017 13:10:04 -0400 Subject: [PATCH] Fix control_exchange attribute Regression introduced by https://review.openstack.org/#/c/502980/ Fix follows [block-storage] cookbook logic Change-Id: Ibfc34ec195950e844c6e5b939708bb0ef7411029 --- attributes/neutron_conf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/neutron_conf.rb b/attributes/neutron_conf.rb index c3030519..890cec6e 100644 --- a/attributes/neutron_conf.rb +++ b/attributes/neutron_conf.rb @@ -9,7 +9,7 @@ default['openstack']['network']['conf'].tap do |conf| else conf['DEFAULT']['log_dir'] = '/var/log/neutron' end - conf['DEFAULT']['control_exchange'] = node['openstack']['mq']['network']['control_exchange'] + conf['DEFAULT']['control_exchange'] = 'neutron' conf['DEFAULT']['core_plugin'] = 'ml2' # [agent] section