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:
parent
732c99ee12
commit
7bcb64af5b
@ -36,6 +36,7 @@ ALLOWED_CMDS = [
|
|||||||
'ip',
|
'ip',
|
||||||
'ovs-ofctl',
|
'ovs-ofctl',
|
||||||
'ovs-vsctl',
|
'ovs-vsctl',
|
||||||
|
'ovsdb-client',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user