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
This commit is contained in:
Akihiro Motoki 2018-12-21 16:44:38 +09:00
parent d92c7ab930
commit 82e8729f12
1 changed files with 18 additions and 0 deletions

View File

@ -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.