134ac32ec7
According to the description in [1], "server_profile_template_uri" is now stored in properties/capabilities instead of driver_info. And also, gabriel-bezerra has commented that we should move "server_profile_template_uri" to REQUIRED_ON_PROPERTIES and remove the related unit tests after Mitaka. So this patch does it. [1] http://docs.openstack.org/developer/ironic/drivers/oneview.html#registering-a-oneview-node-in-ironic Change-Id: Idea37b157ec0537a55a7c77f9bef284ff2bb94d5
6 lines
242 B
YAML
6 lines
242 B
YAML
---
|
|
upgrade:
|
|
- When registering a OneView node in ironic, operator should make sure field
|
|
``server_profile_template_uri`` is set in properties/capabilities and not
|
|
in driver_info anymore. Otherwise the node will fail on validation.
|