From 581cfa7f477166e0cfd4f3cba8172e462fb731ee Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 26 Jan 2017 16:50:08 -0500 Subject: Allow to separate Horizon from Neutron Allow to deploy 2 different nodes with Neutron and another with Horizon. Horizon will get the right hieradata to collect the mechanism driver and configure the dashboard correctly. Change-Id: I24621f6a7d053cff487984bab0d10a4a97204675 Closes-Bug: 1659662 --- puppet/services/neutron-plugin-ml2.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/puppet/services/neutron-plugin-ml2.yaml b/puppet/services/neutron-plugin-ml2.yaml index 407ce6ba..71a0076f 100644 --- a/puppet/services/neutron-plugin-ml2.yaml +++ b/puppet/services/neutron-plugin-ml2.yaml @@ -95,3 +95,6 @@ outputs: step_config: | include ::tripleo::profile::base::neutron::plugins::ml2 + service_config_settings: + horizon: + neutron::plugins::ml2::mechanism_drivers: {get_param: NeutronMechanismDrivers} -- cgit 1.2.3-korg