glance/releasenotes/notes/rocky-metadefs-changes-cb00c006ff51b541.yaml
Jeffrey Zhang 31ac3d48cd Fix wrong scheduler_hints name in CIM::ProcessorAllocationSettingData
The correct properties is "scheduler_hints" rather than
"scheduler_hint"

Change-Id: Ie1c64c5e8d4f96ecc8add6cf263a6bd166a9e213
2018-05-10 09:27:52 +08:00

15 lines
478 B
YAML

---
upgrade:
- |
The following metadata definitions have been modified in the Rocky
release:
* There was a typographical error in the properties target for the
``OS:::Nova::Server`` resource type association in the
``CIM::ProcessorAllocationSettingData`` namespace. It has been
been corrected to ``scheduler_hints``.
You may upgrade these definitions using:
``glance-manage db load_metadefs [--path <path>] [--merge] [--prefer_new]``