From 11f7624c609bbb7c5f83905a4c10a8d587ccfd8c Mon Sep 17 00:00:00 2001 From: ricolin Date: Tue, 14 Feb 2017 16:46:59 +0800 Subject: [PATCH] Add releasenotes for Magnum resource replacement Add releasenotes for Creat OS::Magnum::Cluster and OS::Magnum::ClusterTemplate resources, and deprecate OS::Magnum::Bay and OS::Magnum::BayModel. Partial-Bug: #1625757 Change-Id: If34e0fdf84ad04b0f9b256af0e088728ec48a4f4 --- ...gnum-resource-update-0f617eec45ef8ef7.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 releasenotes/notes/magnum-resource-update-0f617eec45ef8ef7.yaml diff --git a/releasenotes/notes/magnum-resource-update-0f617eec45ef8ef7.yaml b/releasenotes/notes/magnum-resource-update-0f617eec45ef8ef7.yaml new file mode 100644 index 0000000000..d11c88cb56 --- /dev/null +++ b/releasenotes/notes/magnum-resource-update-0f617eec45ef8ef7.yaml @@ -0,0 +1,27 @@ +--- +prelude: > + + Magnum recently changed terminology to more + intuitively convey key concepts in order to align + with industry standards. "Bay" is now "Cluster" + and "BayModel" is now "ClusterTemplate". This + release deprecates the old names in favor of the + new. + +features: + - OS::Magnum::Cluster resource plugin added to support magnum cluster + feature, which is provided by magnum ``cluster`` API. + - OS::Magnum::ClusterTemplate resource plugin added to support magnum + cluster template feature, which is provided by magnum ``clustertemplates`` + API. + +deprecations: + - Magnum terminology deprecations + + * `OS::Magnum::Bay` is now deprecated, should use `OS::Magnum::Cluster` + instead + + * `OS::Magnum::BayModel` is now deprecated, + should use `OS::Magnum::ClusterTemplate` instead + + Deprecation warnings are printed for old usages.