8a66978666
* Use the same TLS parameters as everything else * Respect image_download_connection_timeout * Do not ignore HTTP errors Change-Id: I84f8021f731186d82e44ac3d4ef2d12df13f830a
13 lines
440 B
YAML
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.
|