From: Martins Jakubovics Date: Wed, 23 Jul 2014 05:24:24 +0000 (+0300) Subject: Fix missing allowed command in openvswitch xenapi agent X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ee6e92327bbac9a9444924b5d125c2fcbcd6decb;p=openstack-build%2Fneutron-build.git Fix missing allowed command in openvswitch xenapi agent Add allowed command "ovsdb-client" to ALLOWED_CMDS list. Change-Id: I274604229f90ba00722b1001cbc7404cd3e8070d Closes-Bug: #1338447 --- diff --git a/neutron/plugins/openvswitch/agent/xenapi/etc/xapi.d/plugins/netwrap b/neutron/plugins/openvswitch/agent/xenapi/etc/xapi.d/plugins/netwrap index 21909e846..6ad7af26b 100644 --- a/neutron/plugins/openvswitch/agent/xenapi/etc/xapi.d/plugins/netwrap +++ b/neutron/plugins/openvswitch/agent/xenapi/etc/xapi.d/plugins/netwrap @@ -36,6 +36,7 @@ ALLOWED_CMDS = [ 'ip', 'ovs-ofctl', 'ovs-vsctl', + 'ovsdb-client', ]