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
This commit is contained in:
jeremy.zhang 2017-07-19 12:22:20 +08:00 committed by Jeremy Zhang
parent a920c18557
commit 7634fcdc35

View File

@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~