ironic/releasenotes/notes/bug-35702-25da234580ca0c31.yaml
Raphael Glon 11911e0d7e Ansible module: fix deployment for private and/or shared images
The ansible module deployment was broken for private/shared images
because the original request context was not available anymore
at the time the image informations were fetched

Change-Id: Id35dcf8ddc209bb8318433d6bf26aba848e074ee
Story: #2006178
Task: #35702
(cherry picked from commit d0c31d748d)
2019-07-29 12:29:45 +00:00

8 lines
292 B
YAML

---
fixes:
- |
Fixes an issue regarding the ``ansible`` deploy interface. Node
deployment was broken for any image that was not public because
the original request context was not available anymore at the time
some image information was fetched.