From 7634fcdc354c72c9de84816895e0878d4c825118 Mon Sep 17 00:00:00 2001 From: "jeremy.zhang" Date: Wed, 19 Jul 2017 12:22:20 +0800 Subject: [PATCH] Fix layout of api-ref for group type specs The layout of group type specs in api-ref [1] is now wrongly displayed, including list/show/update/delete group type specs. This patch is to fix this problem. [1] https://developer.openstack.org/api-ref/block-storage/v3/index.html#group-type-specs Change-Id: Ifab1b25fd3311489d7a8967044df609eda2a1218 --- api-ref/source/v3/group-type-specs.inc | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/api-ref/source/v3/group-type-specs.inc b/api-ref/source/v3/group-type-specs.inc index b284ffcfbfd..35f7eed076d 100644 --- a/api-ref/source/v3/group-type-specs.inc +++ b/api-ref/source/v3/group-type-specs.inc @@ -48,11 +48,8 @@ Response Example :language: javascript -List type specs -================ - List group specs for a group type -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. rest_method:: GET /v3/{project_id}/group_types/{group_type_id}/group_specs @@ -87,9 +84,6 @@ Response Example :language: javascript -Show type spec -============== - Show one specific group spec for a group type ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -126,9 +120,6 @@ Response Example :language: javascript -Update type spec -================ - Update one specific group spec for a group type ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -166,9 +157,6 @@ Response Example :language: javascript -Delete type spec -================ - Delete one specific group spec for a group type ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~