wrong nova vnc client key permission
Bug #1839126 reported by
yong sheng gong
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
New
|
Undecided
|
Sandeep Yadav |
Bug Description
on controller node, the client-key.pem is
[heat-admin@
-rw-r-----. 1 root qemu 1675 Jun 20 14:42 /etc/pki/
but in nova_vnc_proxy container:
()[root@
-rw-r-----. 1 root 107 1675 Jun 20 14:42 /etc/pki/
it should be
()[root@
-rw-r-----. 1 root qemu 1675 Jun 20 14:42 /etc/pki/
Changed in tripleo: | |
assignee: | nobody → Sandeep Yadav (sandeepyadav93) |
To post a comment you must log in.
Hello yong sheng gong,
From your nova_vnc_proxy container, Could you please confirm do you have qemu in /etc/group? overcloud- controller- 0 /]# grep qemu /etc/group
~~~
()[root@
qemu:x:107:
~~~