Add reviewing point related to REST API

Since I8ad9313f824ef656c841a9b60ee575f02ddea321, the api-wg has
introduced a new guideline. That was based on Nova's development
experience, and this patch adds it as a reviewing point for making
consistent APIs.

Change-Id: I53c4055d973b6f76fca16ae170d0df9e1829fca5
This commit is contained in:
Ken'ichi Ohmichi 2016-01-13 02:53:54 +00:00
parent 6248dd0ae5
commit 070c2e659b
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ very long. So here are some key points:
* ``project`` should be used in the REST API instead of ``tenant``.
* ``server`` should be used in the REST API instead of ``instance``.
* ``compute`` should be used in the REST API instead of ``nova``.
* `Naming Conventions <https://specs.openstack.org/openstack/api-wg/guidelines/naming.html>`_