
This patch removes the APIRouter because there is not any code which uses the APIRouter. In addition, this patch update the corresponding reno for explaining actual way for api-paste.ini. Partially implements blueprint remove-legacy-v2-api-code Change-Id: I136eb6ce7478f9ff692ebcbe1b14aa76222826bf
13 lines
776 B
YAML
13 lines
776 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. So if using openstack_compute_api_legacy_v2
|
|
in /etc/nova/api-paste.ini for the API endpoint /v2, user need to switch
|
|
the endpoint to openstack_compute_api_v21_legacy_v2_compatible instead.
|