diff options
author | Emilien Macchi <emilien@redhat.com> | 2017-01-26 16:50:08 -0500 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-01-26 16:50:08 -0500 |
commit | 581cfa7f477166e0cfd4f3cba8172e462fb731ee (patch) | |
tree | c79592993fd4bf2dcc25a9ad88de107bc7b104bd /puppet | |
parent | c6fe0a1aea125e2f66de44dd560cea116edd9bcf (diff) |
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
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/neutron-plugin-ml2.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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} |