From a90488ed31aef0cb4d34c1914d2e62cebdbbb4fd Mon Sep 17 00:00:00 2001 From: jichenjc Date: Sat, 7 May 2016 02:40:21 +0800 Subject: [PATCH] Not talking about V2 API code in review doc guide V2 code is gone , there is no need to talk about this in our document any more. Partially implements blueprint remove-legacy-v2-api-code Change-Id: Ibca00e3e862c1487f0a440fdcc7d11d09026c7a8 --- doc/source/code-review.rst | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/doc/source/code-review.rst b/doc/source/code-review.rst index eca037517917..4730fda9ad00 100644 --- a/doc/source/code-review.rst +++ b/doc/source/code-review.rst @@ -116,21 +116,6 @@ very long. So here are some key points: * For all other successful operations: ``200 OK`` -Fixing bugs in v2.0 -------------------- -The v2.1 API was made the default in Liberty [1]_ and the ability to disable -the v2.1 API was removed in Newton [2]_. The v2.0 legacy API code is also -deprecated [3]_. As such, latent bugs do not need to be fixed in the legacy -v2.0 API code, with the exception of critical bugs like security -vulnerabilities. Also, new regressions should be avoided, like if raising a -new exception would result in a 500 response from the REST API, that should be -handled in the v2.0 API code as well as the v2.1 API. - -.. [1] https://github.com/openstack/nova/commit/4a18f7d3bafcdbede48500aac389e0a770b8e6a8 -.. [2] https://github.com/openstack/nova/commit/e65557c1933a563a106763e06d0d4f564d7a4174 -.. [3] https://github.com/openstack/nova/commit/fe057636a5eb5b95d03c15f13fff20f76b049d6c - - Config Options ==============