File: configdrive-ssl-02b069948dfef814.yaml

package info (click to toggle)
ironic-python-agent 10.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,416 kB
  • sloc: python: 35,563; sh: 60; makefile: 29
file content (12 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
---
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.