changed keyring name for glance
This commit is contained in:
parent
d013500aae
commit
239daeceee
|
@ -1,9 +1,2 @@
|
|||
$ANSIBLE_VAULT;1.1;AES256
|
||||
38396565316335323234336366643364636639306234383033383664383131343861326231633437
|
||||
3164323532393735663065313036316664623065383466310a393665393238323265316464393338
|
||||
35303535306434363538303032323366353138303363386463313364313864663535386138323634
|
||||
3138393163353063650a386532356566396636636365343065343934396163663732663965343038
|
||||
63343539643964656538396664633235636639356532616530613838613839623830396565656538
|
||||
62613236643632346539613036383230653431643733343737626666633532613030366462326430
|
||||
63303339373563366633363130363361643731303030323635323832333165363439623831316636
|
||||
64613533313664383164
|
||||
[client.images]
|
||||
key = AQDCpDNbJ3DqDBAAvUOUcxEoZNvQUfoaU5i8iQ==
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
- name: copy ceph-client-keyring
|
||||
copy:
|
||||
src: files/ceph.client.images.keyring
|
||||
dest: /srv/glance/etc/ceph/ceph.client.volumes.keyring
|
||||
dest: /srv/glance/etc/ceph/ceph.client.images.keyring
|
||||
mode: 0644
|
||||
|
||||
- name: set ceph client keyring
|
||||
|
|
Loading…
Reference in New Issue