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:
parent
ec3e9dbb32
commit
31ac3d48cd
@ -24,7 +24,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "OS::Nova::Server",
|
"name": "OS::Nova::Server",
|
||||||
"properties_target": "scheduler_hint"
|
"properties_target": "scheduler_hints"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -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]``
|
Loading…
Reference in New Issue
Block a user