From 2274fd1f87ff8cc0cb3ce49aa40aee0018e5d1dd Mon Sep 17 00:00:00 2001 From: Sylvain Bauza Date: Mon, 16 Nov 2015 21:56:59 +0100 Subject: [PATCH] Add relnote for ERT deprecation The change Ie4b6670a828d99aebfd348bd700f9f58b3e39fdb was missing a new-style release note but was having an UpgradeImpact tag. Change-Id: I167d6b94d0fd161c33e3fdeed4501968205645f4 --- releasenotes/notes/deprecate_ert-449b16638c008457.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 releasenotes/notes/deprecate_ert-449b16638c008457.yaml diff --git a/releasenotes/notes/deprecate_ert-449b16638c008457.yaml b/releasenotes/notes/deprecate_ert-449b16638c008457.yaml new file mode 100644 index 0000000000..a7c0a0394e --- /dev/null +++ b/releasenotes/notes/deprecate_ert-449b16638c008457.yaml @@ -0,0 +1,9 @@ +--- +upgrade: + - | + The Extensible Resource Tracker is deprecated and will be removed in the + 14.0.0 release. + If you use this functionality and have custom resources that are managed + by the Extensible Resource Tracker, please contact the Nova development + team by posting to the openstack-dev mailing list. + There is no future planned support for the tracking of custom resources.