<div dir="ltr">Now is working, thanks so much Eugene.<div><br></div><div>~GA</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/13 Eugene Nikanorov <span dir="ltr"><<a href="mailto:enikanorov@mirantis.com" target="_blank">enikanorov@mirantis.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I see the following in your neutron.conf:<div><br><div><pre style="font-size:13px;margin-bottom:0px;margin-top:0px;padding:5px 0px">
<font face="arial, helvetica, sans-serif"># Advanced service modules
service_plugins = neutron.services.loadbalancer.plugin.LoadBalancerPlugin

#Next service added to allow VPN use
service_plugins = neutron.services.vpn.plugin.VPNPlugin</font></pre><pre style="font-size:13px;margin-bottom:0px;margin-top:0px;padding:5px 0px"><font face="arial, helvetica, sans-serif"><br></font></pre>
<pre style="font-size:13px;margin-bottom:0px;margin-top:0px;padding:5px 0px"><font face="arial, helvetica, sans-serif">service_plugins is a list option so plugin paths should be comma-separated as follows: </font></pre>
<pre style="font-size:13px;margin-bottom:0px;margin-top:0px;padding:5px 0px"><pre style="margin-top:0px;margin-bottom:0px;padding:5px 0px"><font face="arial, helvetica, sans-serif">service_plugins = neutron.services.vpn.plugin.VPNPlugin,neutron.services.loadbalancer.plugin.LoadBalancerPlugin</font></pre>

<pre style="margin-top:0px;margin-bottom:0px;padding:5px 0px"><font face="arial, helvetica, sans-serif"><br></font></pre><pre style="margin-top:0px;margin-bottom:0px;padding:5px 0px"><font face="arial, helvetica, sans-serif">Thanks,</font></pre>

<pre style="margin-top:0px;margin-bottom:0px;padding:5px 0px"><font face="arial, helvetica, sans-serif">Eugene.</font></pre></pre></div></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, Nov 14, 2013 at 12:34 AM, Guillermo Alvarado <span dir="ltr"><<a href="mailto:guillermoalvarado89@gmail.com" target="_blank">guillermoalvarado89@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Eugene,<div><br></div><div>I appreciate a lot yout help.</div><div><br></div><div>All commands related to lb, for example, this: </div>

<div><br></div><div>neutron -v lb-pool-list</div><div><br></div><div>
Return: <a href="http://paste.openstack.org/show/52529/" target="_blank">http://paste.openstack.org/show/52529/</a></div><div><br></div><div>But neutron -v floatingip-list return the list.</div><div><br></div><div>And this is my neutron.conf <a href="http://paste.openstack.org/show/52525/" target="_blank">http://paste.openstack.org/show/52525/</a></div>


<div><br></div></div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/13 Eugene Nikanorov <span dir="ltr"><<a href="mailto:enikanorov@mirantis.com" target="_blank">enikanorov@mirantis.com</a>></span><br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi <span style="font-size:13px;font-family:arial,sans-serif;white-space:nowrap">Guillermo,</span></div>


<div><span style="font-size:13px;font-family:arial,sans-serif;white-space:nowrap"><br></span>Could you specify which neutron commands return 404?</div>
<div>Can you also provide server-side logs when you see 404 from neutron server?</div><div>Also, please post your neutron.conf file to <a href="http://paste.openstack.org" target="_blank">paste.openstack.org</a>.</div><div>


<br></div><div>
Thanks,</div><div>Eugene.</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div>On Wed, Nov 13, 2013 at 10:59 PM, Guillermo Alvarado <span dir="ltr"><<a href="mailto:guillermoalvarado89@gmail.com" target="_blank">guillermoalvarado89@gmail.com</a>></span> wrote:<br>



</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr"><div style="font-family:arial,sans-serif;font-size:13px">Hi everybody,</div>
<div style="font-family:arial,sans-serif;font-size:13px">
<br></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div>
<div style="font-family:arial,sans-serif;font-size:13px">I enabled LBaaS with nuetron following the steps that mention in this post <a href="http://openstack.redhat.com/forum/discussion/comment/2152" target="_blank">http://openstack.redhat.com/forum/discussion/comment/2152</a></div>




<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">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.</div>




<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">So I changed the port for the main frontend to 5500, I changed this:</div><div style="font-family:arial,sans-serif;font-size:13px">




<br></div><div style="font-family:arial,sans-serif;font-size:13px"><div>#---------------------------------------------------------------------</div><div># main frontend which proxys to the backends</div><div>#---------------------------------------------------------------------</div>




<div>frontend  main *:5000</div></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">For this:</div><div style="font-family:arial,sans-serif;font-size:13px">




<br></div><div style="font-family:arial,sans-serif;font-size:13px"><div>#---------------------------------------------------------------------</div><div># main frontend which proxys to the backends</div><div>#---------------------------------------------------------------------</div>




<div>frontend  main *:5500</div></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">After that, haproxy, nuetron-server and neutron-lbaas-agent are running. But I am receiving 404 response from the LB api.</div>




<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Can anyone please help me?</div><div style="font-family:arial,sans-serif;font-size:13px">Thanks in advance.</div>




</div>
<br></div></div>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>