<div dir="ltr">Hi Jake,<div><br></div><div>Regarding lbaas in grizzly working on RHEL/Centos - it may be problematic as host operation system must support network namespaces. </div><div>If you do have support for network namespaces then you need to do the following steps to setup lbaas service in quantum:<br>
</div><div><br></div><div>1) specify lbaas plugin in quantum.conf:</div><div>service_plugins= lbaas_plugin_classpath.</div><div>check quantum/plugins/services/agent_loadbalancer/plugin.py for correct path as currently the name and path has changed.</div>
<div><br></div><div>2) to enable lbaas service in horizon you need to do the following:</div><div>add the following piece of code to horizon/openstack_dashboard/local/local_settings.py :</div><div><br></div><div><div>OPENSTACK_QUANTUM_NETWORK = {</div>
<div>    'enable_lb': False</div><div>}</div></div><div><br></div><div>3) start quantum-lbaas-agent on the host providing quantum.conf and lbaas-agent.ini. lbaas-agent.ini should reflect core plugin configuration (should have proper interface driver)</div>
<div><br></div><div>Note that if host os has no namespace support, all of above will work (e.g. REST API will be functional), but you would not be able to deploy loadbalancer as lbaas agent can only work with namespaces.</div>
<div><br></div><div>Thanks,</div><div>Eugene.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 8, 2013 at 1:14 PM, Jake G. <span dir="ltr"><<a href="mailto:dj_dark_junglist@yahoo.com" target="_blank">dj_dark_junglist@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:10pt;font-family:tahoma,new york,times,serif"><div><font face="tahoma, new york, times, serif">Hi all!</font></div>
<div><span style="font-family:tahoma,'new york',times,serif;font-size:13px">How can we install/enable the Quantum-lbaas (load balancer) feature for Openstack Grizzly? I dont see any docs for RHEL/CentOS specific installs. </span></div>
<div style="font-style:normal;font-size:13px;background-color:transparent;font-family:tahoma,'new york',times,serif"><span style="font-family:tahoma,'new york',times,serif;font-size:13px">I used RDO to deploy Openstack on a single node.</span><br>
</div><div><font face="tahoma, new york, times, serif"><br></font></div><div><font face="tahoma, new york, times, serif">Thank you! Jake</font></div></div></div><br>_______________________________________________<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">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>