ironic/releasenotes/notes/fix-fast-track-entry-path-467c20f97aeb2f4b.yaml
Julia Kreger 0a94391e34 Fix entry paths for cleaning and deployment
The explicit removal of agent_url to prevent conflicts...
turned out to be another issue with fast_track.

Change-Id: Ibd93bb255d5664a431f9be9c39c9fc8c67ff7608
Story: 2007080
Task: 37991
2020-01-17 11:14:46 -08:00

8 lines
277 B
YAML

---
fixes:
- |
Corrects logic in the entry path of node cleaning and deployment
processes to prohibit ``agent_url`` from being preemptively removed
if ``fast_track`` is enabled and in use. This allows fast track cleaning
and deployment operations to succeed.