mirror of
https://github.com/distribution/distribution
synced 2024-11-06 19:35:52 +01:00
Swift documentation updates
Signed-off-by: Olivier Jacques <olivier.jacques@hp.com>
This commit is contained in:
parent
cca15a76f1
commit
470f84078e
@ -308,6 +308,18 @@ Permitted values are `error`, `warn`, `info` and `debug`. The default is
|
|||||||
poolname: radospool
|
poolname: radospool
|
||||||
username: radosuser
|
username: radosuser
|
||||||
chunksize: 4194304
|
chunksize: 4194304
|
||||||
|
swift:
|
||||||
|
username: username
|
||||||
|
password: password
|
||||||
|
authurl: https://storage.myprovider.com/v2.0 or https://storage.myprovider.com/v3/auth
|
||||||
|
tenant: tenantname
|
||||||
|
tenantid: tenantid
|
||||||
|
domain: domain name for Openstack Identity v3 API
|
||||||
|
domainid: domain id for Openstack Identity v3 API
|
||||||
|
insecureskipverify: true
|
||||||
|
region: fr
|
||||||
|
container: containername
|
||||||
|
rootdirectory: /swift/object/name/prefix
|
||||||
cache:
|
cache:
|
||||||
blobdescriptor: inmemory
|
blobdescriptor: inmemory
|
||||||
maintenance:
|
maintenance:
|
||||||
@ -610,7 +622,7 @@ This storage backend uses Openstack Swift object storage.
|
|||||||
yes
|
yes
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
URL for obtaining an auth token.
|
URL for obtaining an auth token. https://storage.myprovider.com/v2.0 or https://storage.myprovider.com/v3/auth
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -708,8 +720,8 @@ This storage backend uses Openstack Swift object storage.
|
|||||||
<td>
|
<td>
|
||||||
no
|
no
|
||||||
</td>
|
</td>
|
||||||
true for skip TLS verification, false by default.
|
|
||||||
<td>
|
<td>
|
||||||
|
true to skip TLS verification, false by default.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user