mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * registry/configuring_registry_storage/configuring-registry-storage-openstack-user-infrastructure.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="registry-operator-configuration-resource-overview-openstack-swift_{context}"]
|
|
= Image Registry Operator configuration parameters for {rh-openstack} Swift
|
|
|
|
[role="_abstract"]
|
|
The following parameters are available for you to configure your {rh-openstack-first} Swift
|
|
registry storage.
|
|
|
|
[cols="3a,8a",options="header"]
|
|
|===
|
|
|Parameter |Description
|
|
|
|
|`authURL`
|
|
|Defines the URL for obtaining the authentication token. This value is optional.
|
|
|
|
|`authVersion`
|
|
|Specifies the Auth version of {rh-openstack}, for example, `authVersion: "3"`. This value is optional.
|
|
|
|
|`container`
|
|
|Defines the name of a Swift container for storing registry data. This value is optional.
|
|
|
|
|`domain`
|
|
|Specifies the {rh-openstack} domain name for the Identity v3 API. This value is optional.
|
|
|
|
|`domainID`
|
|
|Specifies the {rh-openstack} domain ID for the Identity v3 API. This value is optional.
|
|
|
|
|`tenant`
|
|
|Defines the {rh-openstack} tenant name to be used by the registry. This value is optional.
|
|
|
|
|`tenantID`
|
|
|Defines the {rh-openstack} tenant ID to be used by the registry. This value is optional.
|
|
|
|
|`regionName`
|
|
|Defines the {rh-openstack} region in which the container exists. This value is optional.
|
|
|
|
|===
|