3 Commits

Author SHA1 Message Date
Jenny Oshima
58bac4735d Clarified "user" to plural type
"user" without adjectives(articles) has an ambiguous concept,
"users" give more generic concept.

Change-Id: Ic26465a40694f37ece1a1e28ba41c3956ed5b8e1
2016-06-08 15:20:16 -07:00
Ken'ichi Ohmichi
120d77e076 Remove APIRouter of legacy v2 API code
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
2016-05-25 14:33:50 +09:00
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