Skip to content

Instantly share code, notes, and snippets.

@EugenMayer
Created March 10, 2022 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EugenMayer/db07bf3ecc8bad464afb0040700d644d to your computer and use it in GitHub Desktop.
Save EugenMayer/db07bf3ecc8bad464afb0040700d644d to your computer and use it in GitHub Desktop.
2022-02-07 08:04:17.860 7 ERROR nova requests.exceptions.ConnectionError: HTTPSConnectionPool(host='controller.cluster.kontextwork.net', port=35357): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5f81848c70>: Failed to establish a new connection: [Errno 113] EHOSTUNREACH'))
2022-02-07 08:04:17.860 7 ERROR nova
2022-02-07 08:04:17.860 7 ERROR nova During handling of the above exception, another exception occurred:
2022-02-07 08:04:17.860 7 ERROR nova
2022-02-07 08:04:17.860 7 ERROR nova Traceback (most recent call last):
2022-02-07 08:04:17.860 7 ERROR nova File "/var/lib/kolla/venv/lib/python3.8/site-packages/keystoneauth1/identity/generic/base.py", line 136, in _do_create_plugin
2022-02-07 08:04:17.860 7 ERROR nova disc = self.get_discovery(session,
2022-02-07 08:04:17.860 7 ERROR nova File "/var/lib/kolla/venv/lib/python3.8/site-packages/keystoneauth1/identity/base.py", line 608, in get_discovery
2022-02-07 08:04:17.860 7 ERROR nova return discover.get_discovery(session=session, url=url,
2022-02-07 08:04:17.860 7 ERROR nova File "/var/lib/kolla/venv/lib/python3.8/site-packages/keystoneauth1/discover.py", line 1452, in get_discovery
2022-02-07 08:04:17.860 7 ERROR nova disc = Discover(session, url, authenticated=authenticated)
2022-02-07 08:04:17.860 7 ERROR nova File "/var/lib/kolla/venv/lib/python3.8/site-packages/keystoneauth1/discover.py", line 535, in __init__
2022-02-07 08:04:17.860 7 ERROR nova self._data = get_version_data(session, url,
2022-02-07 08:04:17.860 7 ERROR nova File "/var/lib/kolla/venv/lib/python3.8/site-packages/keystoneauth1/discover.py", line 102, in get_version_data
2022-02-07 08:04:17.860 7 ERROR nova resp = session.get(url, headers=headers, authenticated=authenticated)
2022-02-07 08:04:17.860 7 ERROR nova File "/var/lib/kolla/venv/lib/python3.8/site-packages/keystoneauth1/session.py", line 1141, in get
2022-02-07 08:04:17.860 7 ERROR nova return self.request(url, 'GET', **kwargs)
2022-02-07 08:04:17.860 7 ERROR nova File "/var/lib/kolla/venv/lib/python3.8/site-packages/keystoneauth1/session.py", line 931, in request
2022-02-07 08:04:17.860 7 ERROR nova resp = send(**kwargs)
2022-02-07 08:04:17.860 7 ERROR nova File "/var/lib/kolla/venv/lib/python3.8/site-packages/keystoneauth1/session.py", line 1038, in _send_request
2022-02-07 08:04:17.860 7 ERROR nova raise exceptions.ConnectFailure(msg)
2022-02-07 08:04:17.860 7 ERROR nova keystoneauth1.exceptions.connection.ConnectFailure: Unable to establish connection to https://controller.<redacted>:35357: HTTPSConnectionPool(host='controller.<redacted>', port=35357): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f5f81848c70>: Failed to establish a new connection: [Errno 113] EHOSTUNREACH'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment