mirror of https://github.com/ceph/ceph-ansible.git
osd: copy openstack keys over to all mon
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 <gabrioux@redhat.com>
(cherry picked from commit 433ecc7cbc
)
Signed-off-by: Sébastien Han <seb@redhat.com>
pull/2735/head
parent
c533556935
commit
9d50874d38
|
@ -82,4 +82,4 @@
|
|||
when:
|
||||
- cephx
|
||||
- openstack_config
|
||||
- item.0 != groups[mon_group_name] | last
|
||||
- item.0 != groups[mon_group_name]
|
Loading…
Reference in New Issue