cinder_backend_ceph: "yes"
enable_cinder: "yes"
enable_cinder_backup: "no"
ceph_cinder_user: "os2-cinder"
ceph_cinder_keyring: "client.os2-cinder.keyring"
# ls -l /etc/kolla/config/cinder/
total 8
-rw-r--r-- 1 root root 284 Oct 17 02:35 ceph.conf
drwxr-xr-x 2 root root 4096 Oct 30 04:50 cinder-volume
# ls -l /etc/kolla/config/cinder/cinder-volume/
total 4
-rw-r--r-- 1 root root 68 Oct 30 04:46 ceph.client.os2-cinder.keyring
# ls -l /etc/kolla/config/nova/
-rw-r--r-- 1 root root 68 Oct 30 04:50 /etc/kolla/config/nova/ceph.client.os2-cinder.keyring
-rw-r--r-- 1 root root 284 Oct 30 04:51 /etc/kolla/config/nova/ceph.conf
Hi Winicius
I checked the globals.yml and my configuration for cinder and nova keyring are below
ceph_cinder_keyring: "client.{{ ceph_cinder_user }}.keyring"ceph_nova_keyring: "{{ ceph_cinder_keyring }}"
The filepath is rightly in /etc/kolla/config/nova/ceph.client.cinder.keyring
But nova_compute container don’t goes up with the error below
ERROR MissingRequiredSource: /var/lib/kolla/config_files/ceph.client.cinder.keyring file is not found
Any idea ?
Kind Regards
Luca