]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix missing allowed command in openvswitch xenapi agent
authorMartins Jakubovics <martins@vertigs.lv>
Wed, 23 Jul 2014 05:24:24 +0000 (08:24 +0300)
committerMartins Jakubovics <martins@vertigs.lv>
Tue, 11 Nov 2014 08:01:27 +0000 (08:01 +0000)
Add allowed command "ovsdb-client" to ALLOWED_CMDS list.

Change-Id: I274604229f90ba00722b1001cbc7404cd3e8070d
Closes-Bug: #1338447

neutron/plugins/openvswitch/agent/xenapi/etc/xapi.d/plugins/netwrap

index 21909e846c7044915ceb7d6e6ff888c1d6ed22ab..6ad7af26b79f5519d961b395b881d0b1d338e978 100644 (file)
@@ -36,6 +36,7 @@ ALLOWED_CMDS = [
     'ip',
     'ovs-ofctl',
     'ovs-vsctl',
+    'ovsdb-client',
     ]