From 9d50874d380fe6176bf9dfb17eb8619fb8dcfc2c Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 6 Jun 2018 19:13:18 +0200 Subject: [PATCH] osd: copy openstack keys over to all mon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When configuring openstack, the created keyrings aren't copied over to all monitors nodes. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1588093 Signed-off-by: Guillaume Abrioux (cherry picked from commit 433ecc7cbcc1ac91cab509dabe5c647d58c18c7f) Signed-off-by: Sébastien Han --- roles/ceph-osd/tasks/openstack_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph-osd/tasks/openstack_config.yml b/roles/ceph-osd/tasks/openstack_config.yml index 1884a12e1..1ff42f169 100644 --- a/roles/ceph-osd/tasks/openstack_config.yml +++ b/roles/ceph-osd/tasks/openstack_config.yml @@ -82,4 +82,4 @@ when: - cephx - openstack_config - - item.0 != groups[mon_group_name] | last \ No newline at end of file + - item.0 != groups[mon_group_name] \ No newline at end of file