nova/releasenotes/notes/remove-legacy-v2-api-7ac6d74edaedf011.yaml
He Jie Xu 5a64f57824 Remove the legacy v2 API entry from api-paste.ini
The api sample tests and functional tests already stopped to
run against with legacy v2 API. This patch removes the legacy
V2 API entry from api-paste.ini, it stops user from using
legacy V2 API. This patch also adds deprecated report in pipeline
factory method to notice the user update their api-paste.ini
after upgrade code.

Partially implements blueprint remove-legacy-v2-api-code

Change-Id: I1476b2e364032d7c98f71df0cd61f1d1c19e005d
2016-05-05 19:04:02 +08:00

11 lines
575 B
YAML

---
upgrade:
- The legacy v2 API code was deprecated since Liberty release. The legacy
v2 API code was removed in Newton release. We suggest that user should
move to v2.1 API which compatible v2 API with more restrict input
validation and microversions support. If user is still looking for v2
compatible API before switch to v2.1 API, user can use v2.1 API code as
v2 API compatible mode. That compatible mode is closer to v2 API
behaviour which is v2 API compatible without restrict input validation
and microversions support.