From 070c2e659bdec0f50f9828225cc9b48ae61492f2 Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Wed, 13 Jan 2016 02:53:54 +0000 Subject: [PATCH] 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 --- doc/source/code-review.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/code-review.rst b/doc/source/code-review.rst index 9f7d11641610..cbe2745108d8 100644 --- a/doc/source/code-review.rst +++ b/doc/source/code-review.rst @@ -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 `_