Comment 5 for bug 1655941

Revision history for this message
Tadas Ustinavičius (tadas-u) wrote :

Openstack-ansible debug log:

https://ring.lt/paste/ansible.log

Below are nova debug logs on different error states and how do I fix them:

Nova debug log:
https://paste.ubuntu.com/23820692/

root@ostack-ibm1:~# ln -s /usr/lib/python2.7/dist-packages/rados.x86_64-linux-gnu.so /openstack/venvs/nova-14.0.5/lib/python2.7/site-packages/rados.x86_64-linux-gnu.so

root@ostack-ibm1:~# ln -s /usr/lib/python2.7/dist-packages/rbd.x86_64-linux-gnu.so /openstack/venvs/nova-14.0.5/lib/python2.7/site-packages/rbd.x86_64-linux-gnu.so

Nova debug log:
https://paste.ubuntu.com/23820705/

root@ostack-ibm1:~# ls -la /etc/ceph/|grep key
-rw-r----- 1 root cephkeys 204 Dec 20 12:40 ceph.client.ostack.keyring

root@ostack-ibm1:~# chmod 666 /etc/ceph/ceph.client.ostack.keyring

After this nova compute starts without any problems.