You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: registry/storage-drivers/swift.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
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
4
4
title: OpenStack Swift storage driver
5
5
---
6
6
@@ -91,7 +91,7 @@ storage.
91
91
no
92
92
</td>
93
93
<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>.
95
95
</td>
96
96
</tr>
97
97
<tr>
@@ -113,7 +113,7 @@ storage.
113
113
no
114
114
</td>
115
115
<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>.
117
117
</td>
118
118
</tr>
119
119
<tr>
@@ -124,7 +124,7 @@ storage.
124
124
no
125
125
</td>
126
126
<td>
127
-
Your Openstack trust id for Identity v3 API.
127
+
Your Openstack trust ID for Identity v3 API.
128
128
</td>
129
129
</tr>
130
130
<tr>
@@ -135,7 +135,7 @@ storage.
135
135
no
136
136
</td>
137
137
<td>
138
-
true to skip TLS verification, false by default.
138
+
<code>true</code> to skip TLS verification, <code>false</code> by default.
139
139
</td>
140
140
</tr>
141
141
<tr>
@@ -179,7 +179,7 @@ storage.
179
179
no
180
180
</td>
181
181
<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.
183
183
</td>
184
184
</tr>
185
185
<tr>
@@ -190,7 +190,7 @@ storage.
190
190
no
191
191
</td>
192
192
<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.
194
194
</td>
195
195
</tr>
196
196
<tr>
@@ -201,7 +201,7 @@ storage.
201
201
no
202
202
</td>
203
203
<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>.
205
205
</td>
206
206
</tr>
207
207
</table>
@@ -218,7 +218,6 @@ configuration file can specify the following optional parameters :
218
218
<td>
219
219
<p>
220
220
Specify whether to use container secret key to generate temporary URL when set to true, or the account secret key otherwise.</p>
221
-
</p>
222
221
</td>
223
222
</tr>
224
223
<tr>
@@ -236,7 +235,6 @@ configuration file can specify the following optional parameters :
0 commit comments