typo error of keyring spelling
In destination path gnocchi keyring file, keyring spelling is written as keryring. Change-Id: I8e0ad26dec9a61206692b0f3f2de7b318ded172d Closes-Bug: #1642621
This commit is contained in:
parent
370f8406ad
commit
2f0b57229c
@ -22,7 +22,7 @@
|
|||||||
- name: Copy over ceph gnocchi keyring
|
- name: Copy over ceph gnocchi keyring
|
||||||
copy:
|
copy:
|
||||||
src: "{{ node_custom_config }}/{{ item }}/ceph.client.gnocchi.keyring"
|
src: "{{ node_custom_config }}/{{ item }}/ceph.client.gnocchi.keyring"
|
||||||
dest: "{{ node_config_directory }}/{{ item }}/ceph.client.gnocchi.keryring"
|
dest: "{{ node_config_directory }}/{{ item }}/ceph.client.gnocchi.keyring"
|
||||||
when: inventory_hostname in groups[item]
|
when: inventory_hostname in groups[item]
|
||||||
with_items:
|
with_items:
|
||||||
- "gnocchi-api"
|
- "gnocchi-api"
|
||||||
|
Loading…
Reference in New Issue
Block a user