typo error of keyring spelling

In destination path gnocchi keyring file, keyring spelling is
written as keryring.

Change-Id: I8e0ad26dec9a61206692b0f3f2de7b318ded172d
Closes-Bug: #1642621
(cherry picked from commit 2f0b57229ca34b36bb21af26dbefd651800ecbfc)
This commit is contained in:
Narasimha SV 2016-11-18 04:07:56 -05:00 committed by Eduardo Gonzalez
parent 34d29066ac
commit 330686411d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
- name: Copy over ceph gnocchi keyring
copy:
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]
with_items:
- "gnocchi-api"