diff options
author | Zuul <zuul@review.openstack.org> | 2017-11-02 07:53:12 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-11-02 07:53:12 +0000 |
commit | e193d7fb7f014df64c646f0ad80330f67ecde9a6 (patch) | |
tree | 52ed20c4d77c3d6d457dd5b501c0af1408134fc2 | |
parent | 06f8f2eb1c60bcbb92989880866f43fb5422d865 (diff) | |
parent | bfbef94116e811df180022e8cf7a6c8786cd74c4 (diff) |
Merge "Enable neutron-lbaasv2 UI in Horizon" into stable/pike
-rw-r--r-- | puppet/services/neutron-lbaas.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |