From 82e8729f12ab2f68277a214db4f2a5fe09c222fa Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Fri, 21 Dec 2018 16:44:38 +0900 Subject: [PATCH] Stein deprecation notices on deprecated/remoevd features This commit delares deprecations on featuers which are deprecated or have been remoevd in back-end services. Change-Id: Ica4d79d7220352d432f41313b5a0ff495df94b8c --- ...deprecations-in-stein-4090a0b816ba2d81.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 releasenotes/notes/deprecations-in-stein-4090a0b816ba2d81.yaml diff --git a/releasenotes/notes/deprecations-in-stein-4090a0b816ba2d81.yaml b/releasenotes/notes/deprecations-in-stein-4090a0b816ba2d81.yaml new file mode 100644 index 0000000000..19b27ec9e0 --- /dev/null +++ b/releasenotes/notes/deprecations-in-stein-4090a0b816ba2d81.yaml @@ -0,0 +1,18 @@ +--- +deprecations: + - Keystone v2 API support in horizon will be dropped in Train release. + It was was removed from keystone in Queens release. + - Cinder consistency group support in horizon will be dropped in + Train release or later. It was deprecated in Pike release in Cinder + and was superseded by the generic group feature. + Horizon supports the generic group since Rocky release. + - Volume v2 API support is now deprecated. The API has been marked + as deprecated in cinder in favor of volume v3 API. Horizon will + drop volume v2 API support in a same release where cinder drops it. + - Glance v1 API support is now deprecated and will be dropped in + Train release at earliest. It was removed from glance in Rokcy release. + - Nova-network support will be dropped in Train release completely. + Horizon dropped nova-network floating IP and security gruop supports + in Queens release, but we still supports operations on server instances + created with nova-network. This deprecation means such support will be + dropped in the near future and horizon will assume neutron is deployed.