removed configuration ceph keyring

This commit is contained in:
Wim Nap
2018-07-16 14:17:13 +02:00
parent 4e2477bb94
commit 8942c31edc
3 changed files with 15 additions and 15 deletions

View File

@ -76,11 +76,11 @@
group: root
tags: systemd
- name: set ceph client keyring
copy:
content: "{{ceph_cinder_client_keyring}}"
dest: /srv/cinder-storage/etc/ceph
when: use_ceph
#- name: set ceph client keyring
# copy:
# content: "{{ceph_cinder_client_keyring}}"
# dest: /srv/cinder-storage/etc/ceph
# when: use_ceph
- command: systemctl daemon-reload
tags: systemd