Update git submodules

* Update openstack-ansible from branch 'master'
  to e458786d2aa88df7dd7b61beee03d7562083e2a0
  - Increase backend_fall value for haproxy_letsencrypt_service
    
    Currently to get LetsEncrypt certificate, we spawn python http server for 5 seconds to get haproxy endpoint up and after it's terminated, we run certbot which is a backend for this endpoint.
    
    With current haproxy backend settings(inter=2000,fall=2), certbot has only 4 seconds for certificate validation which is too short in many cases.
    
    Changing backend_fall from 2 to 5 should solve the problem.
    
    Change-Id: I0bf2fa4f9f0206264984d50376de8aa8396e3d09
This commit is contained in:
Damian Dabrowski 2021-05-06 19:40:13 +02:00 committed by Gerrit Code Review
parent db6a00c05e
commit efc502b10c
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit d54d2eaf546f99246f0b2bb21d4384761f72535c
Subproject commit e458786d2aa88df7dd7b61beee03d7562083e2a0