diff --git a/docs/storage-drivers/swift.md b/docs/storage-drivers/swift.md index 1555b1815..b1a0c932b 100644 --- a/docs/storage-drivers/swift.md +++ b/docs/storage-drivers/swift.md @@ -187,169 +187,28 @@ An implementation of the `storagedriver.StorageDriver` interface that uses [Open The access key to generate temporary URLs. It is used by HP Cloud Object Storage in addition to the `secretkey` parameter. - - - -
- authurl
- |
-
- URL for obtaining an auth token. - |
-
- username
- |
-
- - Your OpenStack user name. - - |
-
- password
- - |
-
- - Your OpenStack password. - - |
-
- container
- |
-
- - The name of your Swift container where you wish to store the registry's data. The driver creates the named container during its initialization. - - |
-
- tenant
- |
-
-
- Optionally, your OpenStack tenant name. You can either use |
-
- tenantid
+ authversion
|
-
- Optionally, your OpenStack tenant id. You can either use |
-
- domain
+ no
|
-
- Optionally, your OpenStack domain name for Identity v3 API. You can either use 3 . By default the driver will autodetect the auth's version from the AuthURL.
|
-
- domainid
+ endpointtype
|
-
- Optionally, your OpenStack domain id for Identity v3 API. You can either use |
-
- trustid
+ no
|
- - Optionally, your OpenStack trust id for Identity v3 API. - + The endpoint type used when connecting to swift. Possible values are `public`, `internal` and `admin`. Default is `public`. |
-
- insecureskipverify
- |
-
-
- Optionally, set |
-
- region
- |
-
-
- Optionally, specify the OpenStack region name in which you would like to store objects (for example |
-
- authversion
- |
-
-
- Optionally, specify the OpenStack Auth's version,for example |
-
- chunksize
- |
-
- - Optionally, specify the segment size for Dynamic Large Objects uploads (performed by WriteStream) to Swift. The default is 5 MB. You might experience better performance for larger chunk sizes depending on the speed of your connection to Swift. - - |
-
- prefix
- |
-
- - Optionally, supply a prefix that will be applied to all Swift keys to allow you to segment data in your container if necessary. Defaults to the empty string which is the container's root. - - |
-
- secretkey
- |
-
- - Optionally, the secret key used to generate temporary URLs. - - |
-
- accesskey
- |
-
- - Optionally, the access key to generate temporary URLs. It is used by HP Cloud Object Storage in addition to the `secretkey` parameter. - - |
-