12443e7381
This adds a new parameter to undercloud.conf for the containerized case. It determines whether or not we should enable Swift Object encryption. If we do enable it, it will add the Barbican service and configure encryption for Swift. Depends-On: I9c5e07a2eb764168670d5de7bdeb4b6362f9bfb5 Change-Id: I7826cc00023e2d24865d752d4c9bbb3cc4c8614f
7 lines
243 B
YAML
7 lines
243 B
YAML
---
|
|
features:
|
|
- |
|
|
The option `enable_swift_encryption` was added to the containerized
|
|
undercloud configuration options (undercloud.conf). If enabled, it will
|
|
deploy Barbican, which will be used to enable Swift Object encryption.
|