From 3c9823110a9691969a658183680eeecb06791a73 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 7 Jun 2018 09:09:38 +0200 Subject: [PATCH] mon: copy openstack keys over to all mon When configuring openstack, the created keyrings aren't copied over to all monitors nodes. This should have been backported from 433ecc7cbcc1ac91cab509dabe5c647d58c18c7f but this would implie too much changes. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1588093 Signed-off-by: Guillaume Abrioux --- roles/ceph-mon/tasks/openstack_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph-mon/tasks/openstack_config.yml b/roles/ceph-mon/tasks/openstack_config.yml index 7bf2293fe..3ab7b5a8b 100644 --- a/roles/ceph-mon/tasks/openstack_config.yml +++ b/roles/ceph-mon/tasks/openstack_config.yml @@ -56,7 +56,7 @@ when: - cephx - openstack_config - - item.0 != groups[mon_group_name] | last + - item.0 != groups[mon_group_name] - name: chmod openstack key(s) on the other mons and this mon file: -- 2.39.5