ironic/releasenotes/notes/cleanup-provision-ports-before-retry-ec3c89c193766d70.yaml
Vladyslav Drok 222bd10309 Clean up provision ports when reattempting deploy
If the provisioning fails at boot.prepare_ramdisk stage, as after
that provision ports are not cleaned up, when retrying, neutron
network driver won't be able to create ports, complaining about
duplicated MAC addresses. The only way out of this is doing
set-provision-state deleted and then active again, but then
instance_info will be lost, which is inconvenient in case of
standalone usage.

Closes-bug: #1607394
Change-Id: Ifacbeb307619a9a7883ab1ac8fce3ff07e46787c
2016-10-06 20:56:51 +03:00

7 lines
186 B
YAML

---
fixes:
- Fixes an issue with neutron network interface, that could lead
to inability to retry the deployment in case of failure on
boot interface's prepare_ramdisk stage.