Skip to content

Commit 7be686b

Browse files
scjanejoaofnfernandes
authored andcommitted
Update swift.md (docker#6054)
1 parent d2ab708 commit 7be686b

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

registry/storage-drivers/swift.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Explains how to use the OpenStack swift storage driver
3-
keywords: registry, service, driver, images, storage, swift
3+
keywords: registry, service, driver, images, storage, swift
44
title: OpenStack Swift storage driver
55
---
66

@@ -91,7 +91,7 @@ storage.
9191
no
9292
</td>
9393
<td>
94-
Your Openstack tenant id. You can either use <code>tenant</code> or <code>tenantid</code>.
94+
Your Openstack tenant ID. You can either use <code>tenant</code> or <code>tenantid</code>.
9595
</td>
9696
</tr>
9797
<tr>
@@ -113,7 +113,7 @@ storage.
113113
no
114114
</td>
115115
<td>
116-
Your Openstack domain id for Identity v3 API. You can either use <code>domain</code> or <code>domainid</code>.
116+
Your Openstack domain ID for Identity v3 API. You can either use <code>domain</code> or <code>domainid</code>.
117117
</td>
118118
</tr>
119119
<tr>
@@ -124,7 +124,7 @@ storage.
124124
no
125125
</td>
126126
<td>
127-
Your Openstack trust id for Identity v3 API.
127+
Your Openstack trust ID for Identity v3 API.
128128
</td>
129129
</tr>
130130
<tr>
@@ -135,7 +135,7 @@ storage.
135135
no
136136
</td>
137137
<td>
138-
true to skip TLS verification, false by default.
138+
<code>true</code> to skip TLS verification, <code>false</code> by default.
139139
</td>
140140
</tr>
141141
<tr>
@@ -179,7 +179,7 @@ storage.
179179
no
180180
</td>
181181
<td>
182-
The access key to generate temporary URLs. It is used by HP Cloud Object Storage in addition to the `secretkey` parameter.
182+
The access key to generate temporary URLs. It is used by HP Cloud Object Storage in addition to the <code>secretkey</code> parameter.
183183
</td>
184184
</tr>
185185
<tr>
@@ -190,7 +190,7 @@ storage.
190190
no
191191
</td>
192192
<td>
193-
Specify the OpenStack Auth's version,for example <code>3</code>. By default the driver autodetects the auth's version from the AuthURL.
193+
Specify the OpenStack Auth's version, for example <code>3</code>. By default the driver autodetects the auth's version from the AuthURL.
194194
</td>
195195
</tr>
196196
<tr>
@@ -201,7 +201,7 @@ storage.
201201
no
202202
</td>
203203
<td>
204-
The endpoint type used when connecting to swift. Possible values are `public`, `internal` and `admin`. Default is `public`.
204+
The endpoint type used when connecting to swift. Possible values are <code>public</code>, <code>internal</code>, and <code>admin</code>. Default is <code>public</code>.
205205
</td>
206206
</tr>
207207
</table>
@@ -218,7 +218,6 @@ configuration file can specify the following optional parameters :
218218
<td>
219219
<p>
220220
Specify whether to use container secret key to generate temporary URL when set to true, or the account secret key otherwise.</p>
221-
</p>
222221
</td>
223222
</tr>
224223
<tr>
@@ -236,7 +235,6 @@ configuration file can specify the following optional parameters :
236235
- POST
237236
- DELETE
238237
</code>
239-
</p>
240238
</td>
241239
</tr>
242-
</table>
240+
</table>

0 commit comments

Comments
 (0)