From dbeb6378c51748e98b494d11815025d9f4263d4f Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Mon, 18 Jan 2016 09:10:30 -0500 Subject: puppet: allow config of ad-hoc Neutron settings Including ::neutron::config on the controller and compute roles will allow ad-hoc (non-puppet managed) settings to be made in all the various neutron config files using Hiera. Change-Id: Ifadc77cdcb60b7075d091d778cb92b0dd75bd949 --- puppet/manifests/overcloud_compute.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/manifests/overcloud_compute.pp') diff --git a/puppet/manifests/overcloud_compute.pp b/puppet/manifests/overcloud_compute.pp index 06efd6d1..593cc500 100644 --- a/puppet/manifests/overcloud_compute.pp +++ b/puppet/manifests/overcloud_compute.pp @@ -79,6 +79,7 @@ if hiera('neutron::core_plugin') == 'midonet.neutron.plugin_v1.MidonetPluginV2' } include ::nova::network::neutron include ::neutron +include ::neutron::config # If the value of core plugin is set to 'nuage', # include nuage agent, -- cgit 1.2.3-korg