Skip to content

Commit c74b5e4

Browse files
authored
Merge pull request #57703 from xenolinux/swift-parameters
OCPBUGS#5846: Add the description for Swift parameters
2 parents 937cf7d + a7145f9 commit c74b5e4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

modules/registry-operator-configuration-resource-overview-openstack-swift.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,27 @@ registry storage.
1313
|Parameter |Description
1414

1515
|`authURL`
16-
|This value is optional.
16+
|Defines the URL for obtaining the authentication token. This value is optional.
1717

1818
|`authVersion`
19-
|This value is optional.
19+
|Specifies the Auth version of {rh-openstack}, for example, `authVersion: "3"`. This value is optional.
2020

2121
|`container`
22-
|This value is optional.
22+
|Defines the name of a Swift container for storing registry data. This value is optional.
2323

2424
|`domain`
25-
|This value is optional.
25+
|Specifies the {rh-openstack} domain name for the Identity v3 API. This value is optional.
2626

2727
|`domainID`
28-
|This value is optional.
28+
|Specifies the {rh-openstack} domain ID for the Identity v3 API. This value is optional.
2929

3030
|`tenant`
31-
|This value is optional.
31+
|Defines the {rh-openstack} tenant name to be used by the registry. This value is optional.
3232

3333
|`tenantID`
34-
|This value is optional.
34+
|Defines the {rh-openstack} tenant ID to be used by the registry. This value is optional.
3535

3636
|`regionName`
37-
|This value is optional.
37+
|Defines the {rh-openstack} region in which the container exists. This value is optional.
3838

3939
|===

0 commit comments

Comments
 (0)