From f255179699cd312dd5c45de492f9459b350d41e8 Mon Sep 17 00:00:00 2001 From: Logan V Date: Sat, 16 Mar 2019 20:49:31 -0500 Subject: [PATCH] Update pending upstream workarounds Remove the NTP patch[0] that was merged last year. Add the ceph_mons connection fix[1]. [0] https://review.openstack.org/#/c/556271/ [1] https://review.openstack.org/#/c/643695/ Change-Id: I4fb3fffed7402acf6c6928437aeb63e0c158fdda --- openstack_deploy/user_pending_upstream.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openstack_deploy/user_pending_upstream.yml b/openstack_deploy/user_pending_upstream.yml index ffef520..0f61495 100644 --- a/openstack_deploy/user_pending_upstream.yml +++ b/openstack_deploy/user_pending_upstream.yml @@ -1,5 +1,5 @@ --- -# Can be removed once https://review.openstack.org/#/c/549638/ +# Can be removed once https://review.openstack.org/#/c/643695/ # is implemented in the OSA SHA tag used. -ntp_service_enabled: False +ceph_mons: "{{ groups[mon_group_name] }}"