tripleo-common/releasenotes/notes/ironic-ucs-driver-node-uniqueness-fix-c74110a9728d1023.yaml
Ilya Etingof ea50e58eb6 ensure unique ironic node ID with UCS driver
The UCS driver info handling is split off the common
PrefixedDriverInfo implementation for the purpose of
generating unique node IDs in a driver-specific and
clean way.

This change un-deprecates `pm_service_profile` option
support.

Closes-Bug: #1739024
Change-Id: Ibabe216d3e2b1ea33adc1feaae7095e76cfad19d
2018-06-06 17:56:00 +02:00

12 lines
401 B
YAML

---
deprecations:
- |
Un-deprecated `pm_service_profile` option support at the UCS ironic
driver.
fixes:
- |
Previously, ironic nodes that only differ in `pm_service_profile`
or `ucs_service_profile` would override one another ultimately leaving
just one of them in ironic configuration. This fix un-deprecates
`pm_service_profile` option support at the UCS ironic driver.