Change qemu user id to match previous releases
The qemu user on the host gets created using uid/gid 107. Certificates
on the host, but also the vhost-user sockets created by ovs use this
uid/gid. With the move to TCIB images the default kolla id were
reverted and the previous overwrite dropped. This make e.g. the qemu
processes to fail to use the libvirt-vnc bind mounted certificates.
This change brings back the previous overwrite of the qemu user
uid/gid.
Closes-Bug: #1903508
Related-Bug: #1900986
Change-Id: I54b9d9f341b521b415a6dccc6c78ae7a77821f6f
(cherry picked from commit 222c67e128
)
This commit is contained in:
parent
0e4720b3b4
commit
98dc3fe612
@ -63,7 +63,7 @@ _SUPPORTED_USERS['octavia']='octavia 42437 42437 /var/lib/octavia kolla'
|
||||
_SUPPORTED_USERS['openvswitch']='openvswitch 42476 42476'
|
||||
_SUPPORTED_USERS['placement']='placement 42482 42482 /var/lib/placement kolla'
|
||||
_SUPPORTED_USERS['qdrouterd']='qdrouterd 42465 42465 /var/lib/qdrouterd kolla'
|
||||
_SUPPORTED_USERS['qemu']='qemu 42427 42427'
|
||||
_SUPPORTED_USERS['qemu']='qemu 107 107'
|
||||
_SUPPORTED_USERS['rabbitmq']='rabbitmq 42439 42439 /var/lib/rabbitmq kolla'
|
||||
_SUPPORTED_USERS['redis']='redis 42460 42460 /run/redis kolla'
|
||||
_SUPPORTED_USERS['swift']='swift 42445 42445 /var/lib/swift kolla'
|
||||
|
10
releasenotes/notes/qemu_user_id-32d8f17099a6f002.yaml
Normal file
10
releasenotes/notes/qemu_user_id-32d8f17099a6f002.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
The qemu user on the host gets created using uid/gid 107. Certificates
|
||||
on the host, but also the vhost-user sockets created by ovs use this
|
||||
uid/gid. With the move to TCIB images the default kolla ids were
|
||||
reverted and the previous overwrite dropped. This make e.g. the qemu
|
||||
processes to fail to use the libvirt-vnc bind mounted certificates.
|
||||
This change brings back the previous overwrite of the qemu user
|
||||
uid/gid.
|
Loading…
Reference in New Issue
Block a user