Files
ironic/releasenotes
Ettore Simone 2585cb4e9d Allow multiple HTTP redirects for image source
Added multiple redirection response for HttpImageService.validate_href()
function inside ironic/common/image_service.py:
- 301: MOVED_PERMANENTLY
- 302: FOUND
- 307: TEMPORARY_REDIRECT
- 308: PERMANENT_REDIRECT

For all the response, the HTTP server should generate a Location header field
containing a URI as new reference.

Closes-Bug: #2126069
Change-Id: I985b3587984ba78570c3a163c08af58cf8a5d0c1
Signed-off-by: Ettore Simone <ettore.simone@gmail.com>
2025-10-02 11:17:40 +02:00
..