ironic/releasenotes/notes/fix-agent-clean-up-9a25deb85bc53d9b.yaml
Shivanand Tendulker ef9300cb59 Call clean_up_instance() during node teardown for Agent deploy
Agent based deploy do not call boot.clean_up_instance() during node
teardown. This is required so that instance clean up can happen as
part of node teardown.

Change-Id: I6077b69f17ce462b6aae1b16fdb40158cf111c5e
Closes-Bug: #1676321
2017-03-28 09:18:36 -04:00

7 lines
153 B
YAML

---
fixes:
- |
Fixes an issue wherein agent based deploy do not call
clean up the instance related configurations done on
the Ironic node.