commit | 49c4b493ae9a3fc144fd1d494fd495e4b78861fa | [log] [tgz] |
---|---|---|
author | Oleh Hryhorov <ohryhorov@mirantis.com> | Thu May 03 16:07:39 2018 +0300 |
committer | Oleh Hryhorov <ohryhorov@mirantis.com> | Thu May 03 22:52:00 2018 +0300 |
tree | dadf3a7863772c4546d66faa72dba8047ef06cb3 | |
parent | 3b474a41886acd4710ae07f7fbb465df118db58f [diff] |
Adding connection retries for keystone adapter Due to fact that the same state cinder are run on the all control nodes and this state means restarting of apache therefore raise condition occurs and as a consequence BadStatus lines errors is raised whiting keystone connection. So in order to avoid this connect_retries is set to make keystone client reconnect to the server. Related-PROD: PROD-19729 https://github.com/openstack/keystoneauth/blob/master/keystoneauth1/adapter.py#L45 Change-Id: I8ba2de1197d07b9c11994f3c7e89223430fcbc8f