Add some system users to fix user uid inconsistencies
This patch is fixing user uids inconsistency between base and openstack-base images. Closes-Bug: #1934753 Change-Id: I614548b43de316d86bd53cec5e6b563204f9eff0
This commit is contained in:
parent
20d8b83ecb
commit
0799569109
@ -939,6 +939,11 @@ USERS = {
|
||||
'masakari-user': {
|
||||
'uid': 42485,
|
||||
'gid': 42485,
|
||||
},
|
||||
'hacluster-user': {
|
||||
'uid': 42486,
|
||||
'gid': 42486,
|
||||
'group': 'haclient',
|
||||
}
|
||||
}
|
||||
|
||||
|
6
releasenotes/notes/bug-1934753-98ec4951a0f7373b.yaml
Normal file
6
releasenotes/notes/bug-1934753-98ec4951a0f7373b.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes user uid inconsistency beetween base and openstack-base
|
||||
debian binary images.
|
||||
`LP#1934753 <https://bugs.launchpad.net/kolla/+bug/1934753>`__
|
Loading…
Reference in New Issue
Block a user