GIT CLONE https://github.com/openstack/neutron-lbaas.git
python setup.py install
sudo -E pip install -r requirements.txt
edit the service_plugins in [DEFAULT] section in neutron.conf to enable the service: service_plugins = router,lbaas
lbaas_agent.ini
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
cp ./etc/neutron/rootwrap.d/lbaas-haproxy.filters /etc/neutron/rootwrap.d/
cp ./etc/lbaas_agent.ini neutron_lbaas.conf services_lbaas.conf /etc/neutron/
neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head
neutron-lbaas-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/lbaas_agent.ini
No comments:
Post a Comment