From 31ac3d48cd6ae2874dcf926ff69a201308598127 Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Wed, 29 Mar 2017 22:53:50 +0800 Subject: [PATCH] Fix wrong scheduler_hints name in CIM::ProcessorAllocationSettingData The correct properties is "scheduler_hints" rather than "scheduler_hint" Change-Id: Ie1c64c5e8d4f96ecc8add6cf263a6bd166a9e213 --- .../cim-processor-allocation-setting-data.json | 2 +- .../rocky-metadefs-changes-cb00c006ff51b541.yaml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/rocky-metadefs-changes-cb00c006ff51b541.yaml diff --git a/etc/metadefs/cim-processor-allocation-setting-data.json b/etc/metadefs/cim-processor-allocation-setting-data.json index 26f7e0d15d..8bb3e17cc6 100644 --- a/etc/metadefs/cim-processor-allocation-setting-data.json +++ b/etc/metadefs/cim-processor-allocation-setting-data.json @@ -24,7 +24,7 @@ }, { "name": "OS::Nova::Server", - "properties_target": "scheduler_hint" + "properties_target": "scheduler_hints" } ], "properties": { diff --git a/releasenotes/notes/rocky-metadefs-changes-cb00c006ff51b541.yaml b/releasenotes/notes/rocky-metadefs-changes-cb00c006ff51b541.yaml new file mode 100644 index 0000000000..a1a5e174ca --- /dev/null +++ b/releasenotes/notes/rocky-metadefs-changes-cb00c006ff51b541.yaml @@ -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 ] [--merge] [--prefer_new]``