From 58bac4735d96aebc2af4da256f8616ce79e5d076 Mon Sep 17 00:00:00 2001 From: Jenny Oshima Date: Wed, 8 Jun 2016 15:09:05 -0700 Subject: [PATCH] Clarified "user" to plural type "user" without adjectives(articles) has an ambiguous concept, "users" give more generic concept. Change-Id: Ic26465a40694f37ece1a1e28ba41c3956ed5b8e1 --- .../notes/remove-legacy-v2-api-7ac6d74edaedf011.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/releasenotes/notes/remove-legacy-v2-api-7ac6d74edaedf011.yaml b/releasenotes/notes/remove-legacy-v2-api-7ac6d74edaedf011.yaml index 53fcacf930cf..29b21b3f12f6 100644 --- a/releasenotes/notes/remove-legacy-v2-api-7ac6d74edaedf011.yaml +++ b/releasenotes/notes/remove-legacy-v2-api-7ac6d74edaedf011.yaml @@ -1,12 +1,12 @@ --- 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 + v2 API code was removed in Newton release. We suggest that users 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 + 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 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 + in /etc/nova/api-paste.ini for the API endpoint /v2, users need to switch the endpoint to openstack_compute_api_v21_legacy_v2_compatible instead.