From 4a2deac943f084f517debdfb43bf9ae02f2dc109 Mon Sep 17 00:00:00 2001 From: He Jie Xu Date: Sun, 22 Nov 2015 22:11:41 +0800 Subject: [PATCH] docs: remove duplicated section about error handling There are two parts talk about error handling in nova api. One is under general-info, and another one is under separated section fault. This patch remove the empty one. blueprint complete-todo-in-api-concept-doc Change-Id: I4b9e79bf96fc5e8aa5a143f38a25e258a8be82f4 --- api-guide/source/general_info.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/api-guide/source/general_info.rst b/api-guide/source/general_info.rst index 74ed134533..c7afc977ed 100644 --- a/api-guide/source/general_info.rst +++ b/api-guide/source/general_info.rst @@ -218,13 +218,6 @@ on compute hosts rather than servers. TODO -Error Handling -============== - -The Compute API follows the standard HTTP error code conventions. - -TODO - add details including: request id, migrations and instance actions. - Relationship with Volume API =============================