Fix missing allowed command in openvswitch xenapi agent

Add allowed command "ovsdb-client" to ALLOWED_CMDS list.

Change-Id: I274604229f90ba00722b1001cbc7404cd3e8070d
Closes-Bug: #1338447
This commit is contained in:
Martins Jakubovics 2014-07-23 08:24:24 +03:00
parent 732c99ee12
commit 7bcb64af5b

View File

@ -36,6 +36,7 @@ ALLOWED_CMDS = [
'ip',
'ovs-ofctl',
'ovs-vsctl',
'ovsdb-client',
]