Bug #2274
ovs-vsctl and ovs-ofctl are missing in sudoers file
Status: | Closed | Start date: | 08/22/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Resolution: | duplicate | Pull request: | ||
Affected Versions: | OpenNebula 4.2 |
Description
If ONE is used with Open vSwitch support the following two sudo commands are needed in "opennebula-node" sudoers file in order to use Open vSwitch based networking:
%oneadmin ALL=(root) NOPASSWD: /usr/bin/ovs-vsctl
%oneadmin ALL=(root) NOPASSWD: /usr/bin/ovs-ofctl
Substitute "%oneadmin" for "%cloud" when running Ubuntu / Debian.
Related issues
History
#1 Updated by Ruben S. Montero almost 8 years ago
- Status changed from Pending to Closed
- Resolution set to duplicate
This should be fixed as part of #2257. The code is already in place but some documentation is missing