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',
|
||||
'ovs-ofctl',
|
||||
'ovs-vsctl',
|
||||
'ovsdb-client',
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user