Hi,<div><br></div><div>sounds like ovs-ofctl is not in the path. </div><div><br></div><div>BTW, we decided to wait for quantum support in essex, but please don't hesitate to drop us an email and we will try to help you. </div>

<div><br></div><div>Cheers</div><div>Diego</div><div><br></div><div>-- <br><span style="border-collapse:separate;font-family:Times;font-size:medium"><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><div align="left">

<div><font><span lang="ES" style="font-family:Arial">Diego Parrilla<br><a href="http://www.stackops.com/" title="file:///C:/Documents%20and%20Settings/carolina.capsir.per1/Application%20Data/Microsoft/Signatures/www.garrigues.com
www.garrigues.com" target="_blank" style="color:rgb(7,77,143)"><span title="file:///C:/Documents%20and%20Settings/carolina.capsir.per1/Application%20Data/Microsoft/Signatures/www.garrigues.com"></span></a></span></font><font face="Arial" size="2" style="font-family:arial,helvetica,sans-serif"><b>CEO</b><font size="1"><br>

</font></font><span style="border-collapse:separate;font-family:Times;font-size:medium"><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"></span></span><b><font face="Arial" size="2" style="font-family:arial,helvetica,sans-serif"><a href="http://www.stackops.com/" target="_blank"><b>www.stackops.com</b></a> | </font></b><font face="Arial" size="2" style="font-family:arial,helvetica,sans-serif"><font size="1"> <a href="mailto:diego.parrilla@stackops.com" target="_blank">diego.parrilla@stackops.com</a></font></font><span style="border-collapse:separate;font-family:Times;font-size:medium"><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><font color="#004438" face="Arial"><b><b><span lang="EN-GB" style="font-size:10pt"></span></b></b></font></span></span><font face="Arial" size="2" style="font-family:arial,helvetica,sans-serif"><font size="1"> | </font></font><span style="border-collapse:separate;font-family:Times;font-size:medium"><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><font face="Arial" size="2" style="font-family:arial,helvetica,sans-serif"><font size="1">+34 649 94 43 29 | <a>skype:diegoparrilla</a></font></font></span></span><font face="Arial" size="2" style="font-family:arial,helvetica,sans-serif"><a href="http://www.stackops.com/" target="_blank"><b><br>

</b></a></font></div></div><div><font color="#004438" face="Arial"><b><p><span style="border-collapse:separate;color:rgb(0,0,0);font-family:Times;font-size:medium"><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><span style="border-collapse:separate;font-family:Times;font-size:medium"><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><font color="#004438" face="Arial"><b><b><span lang="EN-GB" style="font-size:10pt"><img src="http://stackops.s3-external-3.amazonaws.com/STACKOPSLOGO-ICON.png"></span></b></b></font></span></span></span></span></p>

</b></font></div><div><p><font color="#000000" size="1">******************** ADVERTENCIA LEGAL ******************** <br>Le informamos, como destinatario de este mensaje, que el correo electrónico y las comunicaciones por medio de Internet no permiten asegurar ni garantizar la confidencialidad de los mensajes transmitidos, así como tampoco su integridad o su correcta recepción, por lo que STACKOPS TECHNOLOGIES S.L. no asume responsabilidad alguna por tales circunstancias. Si no consintiese en la utilización del correo electrónico o de las comunicaciones vía Internet le rogamos nos lo comunique y ponga en nuestro conocimiento de manera inmediata. Este mensaje va dirigido, de manera exclusiva, a su destinatario y contiene información confidencial y sujeta al secreto profesional, cuya divulgación no está permitida por la ley. En caso de haber recibido este mensaje por error, le rogamos que, de forma inmediata, nos lo comunique mediante correo electrónico remitido a nuestra atención y proceda a su eliminación, así como a la de cualquier documento adjunto al mismo. Asimismo, le comunicamos que la distribución, copia o utilización de este mensaje, o de cualquier documento adjunto al mismo, cualquiera que fuera su finalidad, están prohibidas por la ley. <br>

<br>***************** PRIVILEGED AND CONFIDENTIAL **************** <br>We hereby inform you, as addressee of this message, that e-mail and Internet do not guarantee the confidentiality, nor the completeness or proper reception of the messages sent and, thus, STACKOPS TECHNOLOGIES S.L. does not assume any liability for those circumstances. Should you not agree to the use of e-mail or to communications via Internet, you are kindly requested to notify us immediately. This message is intended exclusively for the person to whom it is addressed and contains privileged and confidential information protected from disclosure by law. If you are not the addressee indicated in this message, you should immediately delete it and any attachments and notify the sender by reply e-mail. In such case, you are hereby notified that any dissemination, distribution, copying or use of this message or any attachments, for any purpose, is strictly prohibited by law.</font></p>

<p><font color="#000000" size="1"><br></font></p></div></span></span><br><br><br><div class="gmail_quote">On Wed, Dec 21, 2011 at 11:35 AM, Alisson Soares Limeira Pontes <span dir="ltr"><<a href="mailto:apontes@cpqd.com.br">apontes@cpqd.com.br</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi everybody,<br>

<br>I am configuring nova to work with Quantum.<br>When aplying the configurations for the OVS plugin I face this error.<br><br>root@nova-compute-1:~# python ovs_quantum_agent.py ovs_quantum_plugin.ini<br><br>Traceback (most recent call last):<br>

  File "ovs_quantum_agent.py", line 297, in <module><br>    plugin = OVSQuantumAgent(integ_br)<br>  File "ovs_quantum_agent.py", line 175, in __init__<br>    self.setup_integration_br(integ_br)<br>

  File "ovs_quantum_agent.py", line 188, in setup_integration_br<br>    self.int_br.remove_all_flows()<br>  File "ovs_quantum_agent.py", line 89, in remove_all_flows<br>    self.run_ofctl("del-flows", [])<br>

  File "ovs_quantum_agent.py", line 86, in run_ofctl<br>    return self.run_cmd(full_args)<br>  File "ovs_quantum_agent.py", line 58, in run_cmd<br>    p = Popen(args, stdout=PIPE)<br>  File "/usr/lib/python2.6/subprocess.py", line 633, in __init__<br>

    errread, errwrite)<br>  File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child<br>    raise child_exception<br>OSError: [Errno 2] No such file or directory<br><br>Anyone know why? The file /usr/lib/python2.6/subprocess.py does exists!<br>

All steps before this (according to the OVS README) went well.<br>I am using Quantum 2012.1-e2-ubuntu2 and the StackOPS0.3.<span class="HOEnZb"><font color="#888888"><br><br clear="all"><br>-- <br>Alisson Pontes<br></font></span><br>

_______________________________________________<br>Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>

Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>

<br></blockquote></div><br><div class="gmail_quote">On Wed, Dec 21, 2011 at 11:35 AM, Alisson Soares Limeira Pontes <span dir="ltr"><<a href="mailto:apontes@cpqd.com.br">apontes@cpqd.com.br</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi everybody,<br><br>I am configuring nova to work with Quantum.<br>When aplying the configurations for the OVS plugin I face this error.<br><br>root@nova-compute-1:~# python ovs_quantum_agent.py ovs_quantum_plugin.ini<br>


<br>Traceback (most recent call last):<br>

  File "ovs_quantum_agent.py", line 297, in <module><br>    plugin = OVSQuantumAgent(integ_br)<br>  File "ovs_quantum_agent.py", line 175, in __init__<br>    self.setup_integration_br(integ_br)<br>




  File "ovs_quantum_agent.py", line 188, in setup_integration_br<br>    self.int_br.remove_all_flows()<br>  File "ovs_quantum_agent.py", line 89, in remove_all_flows<br>    self.run_ofctl("del-flows", [])<br>




  File "ovs_quantum_agent.py", line 86, in run_ofctl<br>    return self.run_cmd(full_args)<br>  File "ovs_quantum_agent.py", line 58, in run_cmd<br>    p = Popen(args, stdout=PIPE)<br>  File "/usr/lib/python2.6/subprocess.py", line 633, in __init__<br>




    errread, errwrite)<br>  File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child<br>    raise child_exception<br>OSError: [Errno 2] No such file or directory<br><br>Anyone know why? The file /usr/lib/python2.6/subprocess.py does exists!<br>


All steps before this (according to the OVS README) went well.<br>

I am using Quantum 2012.1-e2-ubuntu2 and the StackOPS0.3.<span class="HOEnZb"><font color="#888888"><br><br clear="all"><br>-- <br>Alisson Pontes<br>
</font></span><br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br></div>