Fix wrong scheduler_hints name in CIM::ProcessorAllocationSettingData

The correct properties is "scheduler_hints" rather than
"scheduler_hint"

Change-Id: Ie1c64c5e8d4f96ecc8add6cf263a6bd166a9e213
This commit is contained in:
Jeffrey Zhang 2017-03-29 22:53:50 +08:00
parent ec3e9dbb32
commit 31ac3d48cd
2 changed files with 15 additions and 1 deletions

View File

@ -24,7 +24,7 @@
},
{
"name": "OS::Nova::Server",
"properties_target": "scheduler_hint"
"properties_target": "scheduler_hints"
}
],
"properties": {

View File

@ -0,0 +1,14 @@
---
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]``