Swift documentation updates

Signed-off-by: Olivier Jacques <olivier.jacques@hp.com>
pull/493/head
Olivier Jacques 2015-07-09 11:55:57 +02:00 committed by Sylvain Baubeau
parent cca15a76f1
commit 470f84078e
1 changed files with 14 additions and 2 deletions

View File

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