Skip to content

Commit d7a37be

Browse files
Merge pull request #1299 from fmount/swift_enc_note
Add encryptionEnabled parameter in the object storage documentation
2 parents 32a1b16 + a165a08 commit d7a37be

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs_user/modules/proc_adopting-the-object-storage-service.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ spec:
6464
swiftProxy:
6565
secret: osp-secret
6666
replicas: 2
67+
encryptionEnabled: false
6768
passwordSelectors:
6869
service: SwiftPassword
6970
serviceUser: swift
@@ -86,6 +87,9 @@ spec:
8687
* `metallb.universe.tf/loadBalancerIPs: <172.17.0.80>` specifies the load balancer IP in your environment. If you use IPv6, change the load balancer IP to the load balancer IP in your environment, for example, `metallb.universe.tf/loadBalancerIPs: fd00:bbbb::80`.
8788
* `spec.swift.swiftProxy.networkAttachments` must match the network attachment for the previous {object_storage} configuration from the {OpenStackShort} deployment.
8889

90+
[NOTE]
91+
If `SwiftEncryptionEnabled: true` was set in {rhos_prev_long}, ensure that `spec.swift.swiftProxy.encryptionEnabled` is set to `true` and that the {key_manager_first_ref} adoption is complete before proceeding.
92+
8993
.Verification
9094

9195
* Inspect the resulting {object_storage} pods:

0 commit comments

Comments
 (0)