Allow to separate Horizon from Neutron
authorEmilien Macchi <emilien@redhat.com>
Thu, 26 Jan 2017 21:50:08 +0000 (16:50 -0500)
committerEmilien Macchi <emilien@redhat.com>
Thu, 26 Jan 2017 21:50:08 +0000 (16:50 -0500)
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

index 407ce6b..71a0076 100644 (file)
@@ -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}