<div dir="ltr">Hi All,<div><br></div><div>I have configured lbaas in my Icehouse environment and able to start the lbaas agent without any issues. When I create a pool it creates sussfully without any errors but in log file it shows</div><div><br></div><div> WARNING neutron.services.loadbalancer.drivers.haproxy.namespace_driver [-] Stats socket not found for pool 3b9eb090-1d57-466e-b83e-552ead86a677<br></div><div><br></div><div>it is not creating namespace while adding pool but when adding VIP it creates a ns and vtep interfaces with error state and I need to delete those vtep interfaes manualy using ip netns delete </div><div><br></div><div><br></div><div>Neutron.conf</div><div><br></div><div>service_provider=LOADBALANCER:Haproxy:neutron.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default<br></div><div><br></div><div>service_plugins =neutron.services.loadbalancer.plugin.LoadBalancerPlugin<br></div><div><br></div><div>lbaas_agent.ini<br></div><div><br></div><div>interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver<br></div><div>device_driver = neutron.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver<br></div><div>user_group = haproxy<br></div><div><br></div><div>Thanks in advance</div></div>