ironic/releasenotes/notes/fix-oneview-deallocate-server-8256e279af837e5d.yaml
Xavier 0b23a041f1 Validation before perform node deallocation
Introduces a new validation to ensure the node deallocation
process will only be performed to nodes that have Server
Profile applied in OneView. When the allocation process
fails, the machine will have no Server Profile applied in
OneView and in ironic it will have no reference to any
Server Profile. Under these conditions if the deallocation
process be performed the driver will try to delete a
nonexistent Server Profile in OneView, leaving the node
in error state in ironic.

Change-Id: I83cef7fafac4e22ebf5eb4fe83f6da26ec132c99
Closes-Bug: #1657892
2017-03-09 14:04:24 -03:00

8 lines
245 B
YAML

---
fixes:
-
Fixes an issue with oneview driver trying to deallocate a node when
an error is encountered while performing server profile application.
Also ensures only those nodes that are managed by ironic can be
deallocated.