]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Bug #1000406 - Return value of shell commands is not checked by plugins
authorJuliano Martinez <juliano.martinez@locaweb.com.br>
Thu, 7 Jun 2012 20:56:07 +0000 (17:56 -0300)
committerJuliano Martinez <juliano.martinez@locaweb.com.br>
Wed, 13 Jun 2012 12:06:47 +0000 (09:06 -0300)
commit0230e96196baf4cfd4cb7f556539fe6758367176
tree2feb73cd4dacc03c4f2d94de448e20d303aaf4a8
parenta3e84013e74b86054e3ff86120fe9f811d1f79cb
Bug #1000406 - Return value of shell commands is not checked by plugins

Added an utils library for agents and also changed agents to use
this library.

Changed to keep 2.4 compatibility

Change-Id: Ib4fc0a8dcbfc4b79a0b0e61e1fc1f24ec5da4d46
quantum/agent/linux/ovs_lib.py
quantum/agent/linux/utils.py [new file with mode: 0644]
quantum/plugins/linuxbridge/agent/linuxbridge_quantum_agent.py
quantum/plugins/ryu/agent/ryu_quantum_agent.py
quantum/tests/unit/test_agent_utils.py [new file with mode: 0644]
quantum/tests/unit/test_ovs_lib.py