changes in ceph-configs

This commit is contained in:
Wim Nap
2018-06-20 13:44:16 +02:00
parent d447413dee
commit d013500aae
5 changed files with 4 additions and 14 deletions

View File

@ -1,2 +0,0 @@
[client.nova]
keyring = /etc/ceph/ceph.client.nova.keyring

View File

@ -33,8 +33,8 @@
- name: copy ceph-client-keyring
copy:
src: files/ceph.client.nova.keyring
dest: /srv/nova-compute/etc/ceph/ceph.client.nova.keyring
src: files/ceph.client.compute.keyring
dest: /srv/nova-compute/etc/ceph/ceph.client.compute.keyring
mode: 0644
- name: install service file.