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: 'xxxxx::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
This commit is contained in:
Mohammed Naser 2019-03-31 13:48:18 -04:00 committed by Gerrit Code Review
parent 74c642d138
commit 839256c829
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit d9395fec0990ba0ef58ecb5ec23aa6536d92fd4a
Subproject commit 6520d0bb2c689ed7caa5df581be6a966133cdce0