2016-05-04 10:33:21 +08:00
|
|
|
---
|
|
|
|
upgrade:
|
|
|
|
- The legacy v2 API code was deprecated since Liberty release. The legacy
|
2016-06-08 15:09:05 -07:00
|
|
|
v2 API code was removed in Newton release. We suggest that users should
|
2016-05-04 10:33:21 +08:00
|
|
|
move to v2.1 API which compatible v2 API with more restrict input
|
2016-06-08 15:09:05 -07:00
|
|
|
validation and microversions support. If users are still looking for v2
|
|
|
|
compatible API before switch to v2.1 API, users can use v2.1 API code as
|
2016-05-04 10:33:21 +08:00
|
|
|
v2 API compatible mode. That compatible mode is closer to v2 API
|
|
|
|
behaviour which is v2 API compatible without restrict input validation
|
2016-05-08 11:27:57 +09:00
|
|
|
and microversions support. So if using openstack_compute_api_legacy_v2
|
2016-06-08 15:09:05 -07:00
|
|
|
in /etc/nova/api-paste.ini for the API endpoint /v2, users need to switch
|
2016-05-08 11:27:57 +09:00
|
|
|
the endpoint to openstack_compute_api_v21_legacy_v2_compatible instead.
|