Fix control_exchange attribute

Regression introduced by https://review.openstack.org/#/c/502980/
Fix follows [block-storage] cookbook logic

Change-Id: Ibfc34ec195950e844c6e5b939708bb0ef7411029
This commit is contained in:
Seb-Solon 2017-10-26 13:10:04 -04:00
parent 9de60304f4
commit ebc878441e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ default['openstack']['network']['conf'].tap do |conf|
else else
conf['DEFAULT']['log_dir'] = '/var/log/neutron' conf['DEFAULT']['log_dir'] = '/var/log/neutron'
end end
conf['DEFAULT']['control_exchange'] = node['openstack']['mq']['network']['control_exchange'] conf['DEFAULT']['control_exchange'] = 'neutron'
conf['DEFAULT']['core_plugin'] = 'ml2' conf['DEFAULT']['core_plugin'] = 'ml2'
# [agent] section # [agent] section