← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2053061] [NEW] Unexpected API Error.

 

Public bug reported:

2024-02-13 20:01:27.785 2124 ERROR nova.api.openstack.wsgi keystoneauth1.exceptions.connection.SSLError: SSL exception connecting to https://controller:9292/v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
2024-02-13 20:01:27.785 2124 ERROR nova.api.openstack.wsgi 
2024-02-13 20:01:27.794 2124 INFO nova.api.openstack.wsgi [req-7cd9c353-06b6-45c4-b294-5994b63094c0 a694ed41a63240a982b3110fde0248be 6e523b33312a4ac79590df56f886ceb2 - default default] HTTP exception thrown: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
<class 'keystoneauth1.exceptions.connection.SSLError'>
2024-02-13 20:01:27.795 2124 INFO nova.osapi_compute.wsgi.server [req-7cd9c353-06b6-45c4-b294-5994b63094c0 a694ed41a63240a982b3110fde0248be 6e523b33312a4ac79590df56f886ceb2 - default default] 127.0.0.1 "POST /v2.1/6e523b33312a4ac79590df56f886ceb2/servers HTTP/1.1" status: 500 len: 651 time: 0.0623181
[root@controller nova(keystone)]# cat nova-api.log | grep SSLError
2024-02-13 19:29:52.080 24184 ERROR nova.api.openstack.wsgi [req-18342d99-d0c7-436b-a6c8-1c6fa8966ae9 a694ed41a63240a982b3110fde0248be 6e523b33312a4ac79590df56f886ceb2 - default default] Unexpected exception in API method: keystoneauth1.exceptions.connection.SSLError: SSL exception connecting to https://controller:9292/v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
2024-02-13 19:29:52.080 24184 ERROR nova.api.openstack.wsgi ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)
2024-02-13 19:29:52.080 24184 ERROR nova.api.openstack.wsgi urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
2024-02-13 19:29:52.080 24184 ERROR nova.api.openstack.wsgi     raise SSLError(e, request=request)
2024-02-13 19:29:52.080 24184 ERROR nova.api.openstack.wsgi requests.exceptions.SSLError: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
2024-02-13 19:29:52.080 24184 ERROR nova.api.openstack.wsgi     raise exceptions.SSLError(msg)
2024-02-13 19:29:52.080 24184 ERROR nova.api.openstack.wsgi keystoneauth1.exceptions.connection.SSLError: SSL exception connecting to https://controller:9292/v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
<class 'keystoneauth1.exceptions.connection.SSLError'>
2024-02-13 19:32:24.553 24184 ERROR nova.api.openstack.wsgi [req-9c284a0d-7109-4c9b-a74b-c653e030a6b6 a694ed41a63240a982b3110fde0248be 6e523b33312a4ac79590df56f886ceb2 - default default] Unexpected exception in API method: keystoneauth1.exceptions.connection.SSLError: SSL exception connecting to https://controller:9292/v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
2024-02-13 19:32:24.553 24184 ERROR nova.api.openstack.wsgi ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)
2024-02-13 19:32:24.553 24184 ERROR nova.api.openstack.wsgi urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
2024-02-13 19:32:24.553 24184 ERROR nova.api.openstack.wsgi     raise SSLError(e, request=request)
2024-02-13 19:32:24.553 24184 ERROR nova.api.openstack.wsgi requests.exceptions.SSLError: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
2024-02-13 19:32:24.553 24184 ERROR nova.api.openstack.wsgi     raise exceptions.SSLError(msg)
2024-02-13 19:32:24.553 24184 ERROR nova.api.openstack.wsgi keystoneauth1.exceptions.connection.SSLError: SSL exception connecting to https://controller:9292/v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
<class 'keystoneauth1.exceptions.connection.SSLError'>
2024-02-13 19:39:08.128 24184 ERROR nova.api.openstack.wsgi [req-9593a5a5-1ff8-4e96-baae-084e1a581247 a694ed41a63240a982b3110fde0248be 6e523b33312a4ac79590df56f886ceb2 - default default] Unexpected exception in API method: keystoneauth1.exceptions.connection.SSLError: SSL exception connecting to https://controller:9292/v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
2024-02-13 19:39:08.128 24184 ERROR nova.api.openstack.wsgi ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)
2024-02-13 19:39:08.128 24184 ERROR nova.api.openstack.wsgi urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
2024-02-13 19:39:08.128 24184 ERROR nova.api.openstack.wsgi     raise SSLError(e, request=request)
2024-02-13 19:39:08.128 24184 ERROR nova.api.openstack.wsgi requests.exceptions.SSLError: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
2024-02-13 19:39:08.128 24184 ERROR nova.api.openstack.wsgi     raise exceptions.SSLError(msg)
2024-02-13 19:39:08.128 24184 ERROR nova.api.openstack.wsgi keystoneauth1.exceptions.connection.SSLError: SSL exception connecting to https://controller:9292/v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
<class 'keystoneauth1.exceptions.connection.SSLError'>
2024-02-13 19:40:06.408 24184 ERROR nova.api.openstack.wsgi [req-85c28860-4f1b-4fef-99ba-60da3bae3b80 a694ed41a63240a982b3110fde0248be 6e523b33312a4ac79590df56f886ceb2 - default default] Unexpected exception in API method: keystoneauth1.exceptions.connection.SSLError: SSL exception connecting to https://controller:9292/v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
2024-02-13 19:40:06.408 24184 ERROR nova.api.openstack.wsgi ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)
2024-02-13 19:40:06.408 24184 ERROR nova.api.openstack.wsgi urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
2024-02-13 19:40:06.408 24184 ERROR nova.api.openstack.wsgi     raise SSLError(e, request=request)
2024-02-13 19:40:06.408 24184 ERROR nova.api.openstack.wsgi requests.exceptions.SSLError: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
2024-02-13 19:40:06.408 24184 ERROR nova.api.openstack.wsgi     raise exceptions.SSLError(msg)
2024-02-13 19:40:06.408 24184 ERROR nova.api.openstack.wsgi keystoneauth1.exceptions.connection.SSLError: SSL exception connecting to https://controller:9292/v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))

** Affects: nova
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/2053061

Title:
  Unexpected API Error.

Status in OpenStack Compute (nova):
  New

Bug description:
  2024-02-13 20:01:27.785 2124 ERROR nova.api.openstack.wsgi keystoneauth1.exceptions.connection.SSLError: SSL exception connecting to https://controller:9292/v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
  2024-02-13 20:01:27.785 2124 ERROR nova.api.openstack.wsgi 
  2024-02-13 20:01:27.794 2124 INFO nova.api.openstack.wsgi [req-7cd9c353-06b6-45c4-b294-5994b63094c0 a694ed41a63240a982b3110fde0248be 6e523b33312a4ac79590df56f886ceb2 - default default] HTTP exception thrown: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
  <class 'keystoneauth1.exceptions.connection.SSLError'>
  2024-02-13 20:01:27.795 2124 INFO nova.osapi_compute.wsgi.server [req-7cd9c353-06b6-45c4-b294-5994b63094c0 a694ed41a63240a982b3110fde0248be 6e523b33312a4ac79590df56f886ceb2 - default default] 127.0.0.1 "POST /v2.1/6e523b33312a4ac79590df56f886ceb2/servers HTTP/1.1" status: 500 len: 651 time: 0.0623181
  [root@controller nova(keystone)]# cat nova-api.log | grep SSLError
  2024-02-13 19:29:52.080 24184 ERROR nova.api.openstack.wsgi [req-18342d99-d0c7-436b-a6c8-1c6fa8966ae9 a694ed41a63240a982b3110fde0248be 6e523b33312a4ac79590df56f886ceb2 - default default] Unexpected exception in API method: keystoneauth1.exceptions.connection.SSLError: SSL exception connecting to https://controller:9292/v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
  2024-02-13 19:29:52.080 24184 ERROR nova.api.openstack.wsgi ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)
  2024-02-13 19:29:52.080 24184 ERROR nova.api.openstack.wsgi urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
  2024-02-13 19:29:52.080 24184 ERROR nova.api.openstack.wsgi     raise SSLError(e, request=request)
  2024-02-13 19:29:52.080 24184 ERROR nova.api.openstack.wsgi requests.exceptions.SSLError: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
  2024-02-13 19:29:52.080 24184 ERROR nova.api.openstack.wsgi     raise exceptions.SSLError(msg)
  2024-02-13 19:29:52.080 24184 ERROR nova.api.openstack.wsgi keystoneauth1.exceptions.connection.SSLError: SSL exception connecting to https://controller:9292/v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
  <class 'keystoneauth1.exceptions.connection.SSLError'>
  2024-02-13 19:32:24.553 24184 ERROR nova.api.openstack.wsgi [req-9c284a0d-7109-4c9b-a74b-c653e030a6b6 a694ed41a63240a982b3110fde0248be 6e523b33312a4ac79590df56f886ceb2 - default default] Unexpected exception in API method: keystoneauth1.exceptions.connection.SSLError: SSL exception connecting to https://controller:9292/v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
  2024-02-13 19:32:24.553 24184 ERROR nova.api.openstack.wsgi ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)
  2024-02-13 19:32:24.553 24184 ERROR nova.api.openstack.wsgi urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
  2024-02-13 19:32:24.553 24184 ERROR nova.api.openstack.wsgi     raise SSLError(e, request=request)
  2024-02-13 19:32:24.553 24184 ERROR nova.api.openstack.wsgi requests.exceptions.SSLError: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
  2024-02-13 19:32:24.553 24184 ERROR nova.api.openstack.wsgi     raise exceptions.SSLError(msg)
  2024-02-13 19:32:24.553 24184 ERROR nova.api.openstack.wsgi keystoneauth1.exceptions.connection.SSLError: SSL exception connecting to https://controller:9292/v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
  <class 'keystoneauth1.exceptions.connection.SSLError'>
  2024-02-13 19:39:08.128 24184 ERROR nova.api.openstack.wsgi [req-9593a5a5-1ff8-4e96-baae-084e1a581247 a694ed41a63240a982b3110fde0248be 6e523b33312a4ac79590df56f886ceb2 - default default] Unexpected exception in API method: keystoneauth1.exceptions.connection.SSLError: SSL exception connecting to https://controller:9292/v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
  2024-02-13 19:39:08.128 24184 ERROR nova.api.openstack.wsgi ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)
  2024-02-13 19:39:08.128 24184 ERROR nova.api.openstack.wsgi urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
  2024-02-13 19:39:08.128 24184 ERROR nova.api.openstack.wsgi     raise SSLError(e, request=request)
  2024-02-13 19:39:08.128 24184 ERROR nova.api.openstack.wsgi requests.exceptions.SSLError: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
  2024-02-13 19:39:08.128 24184 ERROR nova.api.openstack.wsgi     raise exceptions.SSLError(msg)
  2024-02-13 19:39:08.128 24184 ERROR nova.api.openstack.wsgi keystoneauth1.exceptions.connection.SSLError: SSL exception connecting to https://controller:9292/v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
  <class 'keystoneauth1.exceptions.connection.SSLError'>
  2024-02-13 19:40:06.408 24184 ERROR nova.api.openstack.wsgi [req-85c28860-4f1b-4fef-99ba-60da3bae3b80 a694ed41a63240a982b3110fde0248be 6e523b33312a4ac79590df56f886ceb2 - default default] Unexpected exception in API method: keystoneauth1.exceptions.connection.SSLError: SSL exception connecting to https://controller:9292/v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
  2024-02-13 19:40:06.408 24184 ERROR nova.api.openstack.wsgi ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)
  2024-02-13 19:40:06.408 24184 ERROR nova.api.openstack.wsgi urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
  2024-02-13 19:40:06.408 24184 ERROR nova.api.openstack.wsgi     raise SSLError(e, request=request)
  2024-02-13 19:40:06.408 24184 ERROR nova.api.openstack.wsgi requests.exceptions.SSLError: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))
  2024-02-13 19:40:06.408 24184 ERROR nova.api.openstack.wsgi     raise exceptions.SSLError(msg)
  2024-02-13 19:40:06.408 24184 ERROR nova.api.openstack.wsgi keystoneauth1.exceptions.connection.SSLError: SSL exception connecting to https://controller:9292/v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c: HTTPSConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v2/images/7b393dfb-e35d-4915-9da0-f532fecc349c (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:897)'),))

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/2053061/+subscriptions



Follow ups