Fix whitespace and tabs
Remove extra whitespace and tabs as noticed by openstack-doc-test --check-niceness. Change-Id: I6f71b1141fda116cb432d2525d46e9a12ec810bc
This commit is contained in:
@@ -718,7 +718,7 @@ format="SVG" scale="60"/>
|
|||||||
GET /v1/volumes
|
GET /v1/volumes
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
</literallayout>
|
</literallayout>
|
||||||
<programlisting language="json">
|
<programlisting language="json">
|
||||||
<xi:include href="samples/volume_create_request.json" parse="text"/>
|
<xi:include href="samples/volume_create_request.json" parse="text"/>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
@@ -758,7 +758,7 @@ Accept: application/json
|
|||||||
<literallayout class="monospaced">
|
<literallayout class="monospaced">
|
||||||
GET /v1/volumes
|
GET /v1/volumes
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
</literallayout>
|
</literallayout>
|
||||||
</example>
|
</example>
|
||||||
<example>
|
<example>
|
||||||
<title>List Volumes: JSON Response</title>
|
<title>List Volumes: JSON Response</title>
|
||||||
@@ -870,7 +870,7 @@ Accept: application/json
|
|||||||
PUT /v1/volumes<parameter>2402b902-0b7a-458c-9c07-7435a826f794</parameter>
|
PUT /v1/volumes<parameter>2402b902-0b7a-458c-9c07-7435a826f794</parameter>
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
</literallayout>
|
</literallayout>
|
||||||
<programlisting language="json">
|
<programlisting language="json">
|
||||||
<xi:include href="samples/volume_update_request.json" parse="text"/>
|
<xi:include href="samples/volume_update_request.json" parse="text"/>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
@@ -1196,7 +1196,7 @@ The response body will be empty with status code 202.
|
|||||||
<literallayout class="monospaced">
|
<literallayout class="monospaced">
|
||||||
GET /v1/types
|
GET /v1/types
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
</literallayout>
|
</literallayout>
|
||||||
</example>
|
</example>
|
||||||
<example>
|
<example>
|
||||||
<title>List Volume Types: JSON Response</title>
|
<title>List Volume Types: JSON Response</title>
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
</resource>
|
</resource>
|
||||||
|
|
||||||
<resource id="snapshots" path="snapshots">
|
<resource id="snapshots" path="snapshots">
|
||||||
<doc title="Snapshots"/>
|
<doc title="Snapshots"/>
|
||||||
<method href="#createSnapshot" />
|
<method href="#createSnapshot" />
|
||||||
<method href="#getSnapshotsSimple" />
|
<method href="#getSnapshotsSimple" />
|
||||||
|
|
||||||
|
|||||||
@@ -1048,7 +1048,7 @@ Accept: application/json</literallayout>
|
|||||||
<td>&GET;</td>
|
<td>&GET;</td>
|
||||||
<td>/backups</td>
|
<td>/backups</td>
|
||||||
<td>Lists backups defined in Block Storage that the
|
<td>Lists backups defined in Block Storage that the
|
||||||
tenant who submits the request can access. </td>
|
tenant who submits the request can access.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
@@ -1083,7 +1083,7 @@ Accept: application/json</literallayout>
|
|||||||
<td>/backups/details</td>
|
<td>/backups/details</td>
|
||||||
<td>Lists detailed information for backups defined in
|
<td>Lists detailed information for backups defined in
|
||||||
Block Storage that the tenant who submits the
|
Block Storage that the tenant who submits the
|
||||||
request can access. </td>
|
request can access.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
@@ -1117,7 +1117,7 @@ Accept: application/json</literallayout>
|
|||||||
<td>&GET;</td>
|
<td>&GET;</td>
|
||||||
<td>/backups/<parameter>backup-id</parameter></td>
|
<td>/backups/<parameter>backup-id</parameter></td>
|
||||||
<td>Lists detailed information for a specified backup
|
<td>Lists detailed information for a specified backup
|
||||||
ID. </td>
|
ID.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
</resource>
|
</resource>
|
||||||
|
|
||||||
<resource id="snapshots" path="snapshots">
|
<resource id="snapshots" path="snapshots">
|
||||||
<doc title="Snapshots"/>
|
<doc title="Snapshots"/>
|
||||||
<method href="#createSnapshot" />
|
<method href="#createSnapshot" />
|
||||||
<method href="#getSnapshotsSimple" />
|
<method href="#getSnapshotsSimple" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user