From 839256c829ca6fb2fa3f3748942dd31dc498f4c3 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Sun, 31 Mar 2019 13:48:18 -0400 Subject: [PATCH] Update git submodules * Update openstack-ansible from branch 'master' - glance: stop using healthcheck endpoint The healthcheck endpoint currently is not configured by us, which means that it's pretty much a no-op right now. It also causes issues with IPv6 addresses, where it fails to parse the IP correctly and raises an exception. ValueError: invalid literal for int() with base 10: 'xxxx:x:x::xx]:9292' This patch goes back to monitoring the root of the endpoint as that probably delivers just as accurate of information in the current state that we're in. Change-Id: I859795307b88508dc1b894b39526f4289b33c1af --- openstack-ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack-ansible b/openstack-ansible index d9395fec09..6520d0bb2c 160000 --- a/openstack-ansible +++ b/openstack-ansible @@ -1 +1 @@ -Subproject commit d9395fec0990ba0ef58ecb5ec23aa6536d92fd4a +Subproject commit 6520d0bb2c689ed7caa5df581be6a966133cdce0