Merge "Fix wrong scheduler_hints name in CIM::ProcessorAllocationSettingData"

This commit is contained in:
Zuul 2018-06-05 20:31:35 +00:00 committed by Gerrit Code Review
commit 3b2da73490
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]``