Merge "Add the new user and group for OpenvSwitch 2.8 version"

This commit is contained in:
Zuul 2018-01-23 11:21:58 +00:00 committed by Gerrit Code Review
commit 9093c7bd4c
1 changed files with 8 additions and 0 deletions

View File

@ -982,6 +982,14 @@ USERS = {
'almanach-user': {
'uid': 42475,
'gid': 42475,
},
'openvswitch-user': {
'uid': 42476, # unused user
'gid': 42476,
},
'hugetlbfs-user': {
'uid': 42477, # unused user, but we need the group for vhost socket
'gid': 42477,
}
}