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.<br><br clear="all"><br>-- <br>Alisson Pontes<br>