From: Cédric Jeanneret Date: Wed, 18 Oct 2017 08:58:21 +0000 (+0200) Subject: Enable neutron-lbaasv2 UI in Horizon X-Git-Tag: opnfv-6.0.0~50^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=bfbef94116e811df180022e8cf7a6c8786cd74c4;p=apex-tripleo-heat-templates.git Enable neutron-lbaasv2 UI in Horizon Change-Id: I4a09343c59da86daf4e6f00a59f7734c8adb209f Depends-On: I66839e2c42e654a02e5409c6137e479cfb7b385f Partial-Bug: 1724471 (cherry picked from commit 97879c3ce6dcf06908180a06147bd386580ed5ae) --- diff --git a/puppet/services/neutron-lbaas.yaml b/puppet/services/neutron-lbaas.yaml index ec477ddc..a2c1a2ae 100644 --- a/puppet/services/neutron-lbaas.yaml +++ b/puppet/services/neutron-lbaas.yaml @@ -73,3 +73,6 @@ outputs: service_config_settings: neutron_api: neutron::server::service_providers: {get_param: NeutronServiceProviders} + horizon: + horizon::neutron_options: + enable_lb: True