lbaas Error: Unable to add pool "new-pool".
Hi, After following this guide http://docs.openstack.org/admin-guide-cloud/content/install_neutron-lbaas-agent.html
The load balancer in enabled in horizon, but when I try to create new pool from horizon I get this error:
Error: Unable to add pool "new-pool".
and the state of the pool is ERROR. Moreover, creating new pool in using the CLI give this error:
#neutron lb-pool-create --lb-method ROUND_ROBIN --name mypool --protocol HTTP --subnet-id 94363597-ac38-4edd-b865-a681ade3ea0d
No eligible backend for pool ca32dd18-7b12-4349-bb37-75d07df707b0 (HTTP 404) (Request-ID: req-0a3d7d5d-3157-49c4-bf9e-10bd9b2d3356)
also when I check the logs files in the network node(/var/log/neutron/lbaas-agent.log) I found nothing the logs are empty. Additionally, I verify that the HAproxy in installed on the network node, but I always get the error message when I try to create pool. do I need to configure the HAproxy? and how to solve this problem?
could you show
is there your Lbaas agent listed and active ? Additional do you have configured your service provider (neutron.conf) on both servers (network and controler)