Hi Guillermo, Could you specify which neutron commands return 404? Can you also provide server-side logs when you see 404 from neutron server? Also, please post your neutron.conf file to paste.openstack.org.
Thanks, Eugene. On Wed, Nov 13, 2013 at 10:59 PM, Guillermo Alvarado < [email protected]> wrote: > Hi everybody, > > > I enabled LBaaS with nuetron following the steps that mention in this post > http://openstack.redhat.com/forum/discussion/comment/2152 > > I could not be able to start haproxy because it try to bind on :5000 and > as how its known, this port is used by keystone. > > So I changed the port for the main frontend to 5500, I changed this: > > #--------------------------------------------------------------------- > # main frontend which proxys to the backends > #--------------------------------------------------------------------- > frontend main *:5000 > > For this: > > #--------------------------------------------------------------------- > # main frontend which proxys to the backends > #--------------------------------------------------------------------- > frontend main *:5500 > > After that, haproxy, nuetron-server and neutron-lbaas-agent are running. > But I am receiving 404 response from the LB api. > > Can anyone please help me? > Thanks in advance. > > _______________________________________________ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : [email protected] > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
