Hi,

Well, I think the problem you are facing is that you have set nova ceph user to be cinder 

ansible/group_vars/all.yml:ceph_cinder_user: "cinder"
ansible/group_vars/all.yml:ceph_nova_user: "{{ ceph_cinder_user }}"

So, you need to fix/hadle this and then provide proper keyrings ...

Doc: 

https://github.com/openstack/kolla-ansible/blob/master/doc/source/reference/storage/external-ceph-guide.rst

Kevko



Michal Arbet
Openstack Engineer

Ultimum Technologies a.s.
Na Poříčí 1047/26, 11000 Praha 1
Czech Republic

+420 604 228 897 
michal.arbet@ultimum.io
https://ultimum.io



st 27. 11. 2024 v 6:50 odesílatel <daniel890723@gmail.com> napsal:
Problem fixed with docker cp /etc/kolla/config/nova/ceph.client.nova.keyring nova_compute:/etc/ceph/

so it is the keyring not getting copied into the container for some reason