Enabling Neutron LBaaS with Kilo release
Hi all,
Had LBaaS working just fine with Juno but the same configuration doesn't seem to work on the new Kilo release on Ubuntu 14.04. I have the service plugin enabled:
[DEFAULT]
service_plugins =router,lbaas,metering,firewall
Also set device_driver to HAproxy and interface_driver to OVS in lbaas_agent.ini. This was sufficient for Juno, but with Kilo I get the following error from neutron-server:
No providers specified for 'LOADBALANCER' service, exiting
After doing some research I tried adding the following to /etc/neutron/neutron.conf:
[service_providers]
service_provider = LOADBALANCER:Haproxy:neutron_lbaas.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
Though this removes the previous error, it results in the following new errors:
Reading service_providers from legacy location in neutron.conf, and ignoring values in neutron_*aas.conf files; this override will be going away soon.
Extension flavor not supported by any of loaded plugins Extension
port-security not supported by any of loaded plugins Extension
router-service-type not supported by any of loaded plugins Extension
vlan-transparent not supported by any of loaded plugins Extension
lbaas_agent_schedulerv2 not supported by any of loaded plugins Extension
lbaasv2 not supported by any of loaded plugins
So what is the proper way to configure LBaaS for Kilo? What am I missing here?
Can you enable LBaaS in Kilo DevStack and try?
Configuration is ENABLED_SERVICES+=,q-lbaasv2
Some info here
Hi thanks but that's DevStack. I'm trying a regular deployment, so local.conf magic for me...