Re: [openstack-dev] [neutron-lbaas] Multiple back-end support for lbaas v2

2016-05-20 Thread Brandon Logan
What Sergey said is absolutely correct. Additionally, if a user does not provide "provider" in the request to create a load balancer than the service_provider that is tagged with the default flag will be chosen. Thanks, Brandon On Fri, 2016-05-20 at 12:23 +0300, Sergey Belous wrote: > Hi. > >

Re: [openstack-dev] [neutron-lbaas] Multiple back-end support for lbaas v2

2016-05-20 Thread Sergey Belous
Hi. Actually, you can specify multiple providers, but these configuration directives are repeatable and are not comma-separated. That's mean you should add the another service_provider in the [service_providers] section as a separate line. And yes, you can try to pass parameter 'provider' to

[openstack-dev] [neutron-lbaas] Multiple back-end support for lbaas v2

2016-05-20 Thread Wilence Yao
Hi all, Can I enable multiple service_providers for lbaas v2 at the same time? such as ``` service_provider=LOADBALANCER:Haproxy:neutron_lbaas.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default,