Update git submodules

* Update keystoneauth from branch 'master'
  - Merge "Allow initializing session with connection retries"
  - Allow initializing session with connection retries
    
    Though we can now set ``connect_retires`` while creating an adapter object,
    that  would allow retries in case of connection timeout (ex. with session
    clients derived from Adapater/LegacyJsonAdapater), it can't be used in
    certain scenarios like endpoint discovery with auth plugin get_discovery()
    or getting AccessInfo with get_access()/get_auth_ref().
    
    Having ``connect_retries`` in Session constructor would allow users
    with option of setting it when creating session objects (if they want)
    and can be overridden per service with the adapter interface.
    
    This commit also changes the default value of ``connect_retries`` from
    0 to None to allow for adapter's to override retries on the session
    object.
    
    Depends-On: https://review.opendev.org/#/c/680497/
    
    Change-Id: Iffb671fefae23926b1f09017d9db438341eae238
    Partial-Bug: #1840235
This commit is contained in:
Zuul 2019-10-09 20:23:21 +00:00 committed by Gerrit Code Review
parent 2731a65c8a
commit 5380c37e13
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 46835f19b8cbc0aa6bfaf4a8e2b40dd34f5e47ca
Subproject commit 5e5185f80f7ecb05b43a1c635d1cdba3cc733660