ironic/releasenotes/notes/validate-image-url-wnen-deploying-8820f4398ea9de9f.yaml
Galyna Zholtkevych 22dcfc65ee Validate the generated swift temp url
During deployment, a swift temporary URL may be generated,
to be used for getting the image for an instance.

This validates the generated URL to make sure that it
can be accessed.
If validation fails, an exception is raised and the error
is logged. This is helpful when diagnosing the problem with
a deployment.

Change-Id: I1f62bc9b5646d173ec6a3beb6282a5e6002c2030
Closes-Bug: 1512186
2017-01-19 10:06:13 +02:00

5 lines
104 B
YAML

---
fixes:
- Ironic now validates any swift temporary URL
when preparing for deployment of nodes.