From ee6e92327bbac9a9444924b5d125c2fcbcd6decb Mon Sep 17 00:00:00 2001 From: Martins Jakubovics Date: Wed, 23 Jul 2014 08:24:24 +0300 Subject: [PATCH] Fix missing allowed command in openvswitch xenapi agent Add allowed command "ovsdb-client" to ALLOWED_CMDS list. Change-Id: I274604229f90ba00722b1001cbc7404cd3e8070d Closes-Bug: #1338447 --- .../plugins/openvswitch/agent/xenapi/etc/xapi.d/plugins/netwrap | 1 + 1 file changed, 1 insertion(+) 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', ] -- 2.45.2