ironic-python-agent/releasenotes/notes/configdrive-ssl-02b069948dfef814.yaml
Dmitry Tantsur 8a66978666 Respect global parameters when downloading a configdrive
* Use the same TLS parameters as everything else
* Respect image_download_connection_timeout
* Do not ignore HTTP errors

Change-Id: I84f8021f731186d82e44ac3d4ef2d12df13f830a
2021-10-20 15:11:16 +02:00

13 lines
440 B
YAML

---
fixes:
- |
No longer ignores global TLS configuration options (``ipa-insecure``, etc)
when downloading a configdrive via a URL.
- |
No longer ignores error status codes from the server when downloading
a configdrive via a URL.
- |
The configdrive downloading code now respects the
``ipa-image-download-connection-timeout`` option and will no longer hang
for a long time if the server does not respond.