Merge "Fix missing allowed command in openvswitch xenapi agent"

This commit is contained in:
Jenkins 2014-11-13 16:05:16 +00:00 committed by Gerrit Code Review
commit e9c09d4f1b

View File

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