wrong nova vnc client key permission

Bug #1839126 reported by yong sheng gong
6
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@overcloud-controller-0 ~]$ sudo ls -l /etc/pki/libvirt-vnc/client-key.pem
-rw-r-----. 1 root qemu 1675 Jun 20 14:42 /etc/pki/libvirt-vnc/client-key.pem

but in nova_vnc_proxy container:
()[root@overcloud-controller-0 /]# ls -l /etc/pki/libvirt-vnc/client-key.pem
-rw-r-----. 1 root 107 1675 Jun 20 14:42 /etc/pki/libvirt-vnc/client-key.pem
it should be

()[root@overcloud-controller-0 /]# ls -l /etc/pki/libvirt-vnc/client-key.pem
-rw-r-----. 1 root qemu 1675 Jun 20 14:42 /etc/pki/libvirt-vnc/client-key.pem

Changed in tripleo:
assignee: nobody → Sandeep Yadav (sandeepyadav93)
Revision history for this message
Sandeep Yadav (sandeepyadav93) wrote :

Hello yong sheng gong,

From your nova_vnc_proxy container, Could you please confirm do you have qemu in /etc/group?
~~~
()[root@overcloud-controller-0 /]# grep qemu /etc/group
qemu:x:107:
~~~

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.