Chapter 14: LBAAS
How to setup LBAAS
Make sure you have installed lbaas neutron plugin.
respective devstack config lines are below,
enable_plugin neutron-lbaas https://github.com/openstack/neutron-lbaas.git stable/newton
enable_service q-lbaas
Install HAPROXY
sudo add-apt-repository ppa:vbernat/haproxy-1.7
sudo apt-get update
sudo apt-get install haproxy
haproxy -v
Neutron Configurations:
Enable Loadbalancer service plugin in neutron.conf as below,
service_plugins = neutron_plugin_contrail.plugins.opencontrail.loadbalancer.v2.plugin.LoadBalancerPluginV2
[service_providers]
service_provider = LOADBALANCERV2:Opencontrail:neutron_plugin_contrail.plugins.opencontrail.loadbalancer.driver.OpencontrailLoadbalancerDummyDriver:default
Restart the neutron server