Merge "Undercloud: Deprecate [DEFAULT] enable_swift_encryption"

This commit is contained in:
Zuul
2022-10-18 11:33:35 +00:00
committed by Gerrit Code Review

View File

@@ -309,6 +309,9 @@ class UndercloudConfig(StandaloneConfig):
'Enable support for routed ctlplane networks.')),
cfg.BoolOpt('enable_swift_encryption',
default=False,
deprecated_for_removal=True,
deprecated_reason=_(
'Swift has been disabled in undercloud.'),
help=_(
'Whether to enable Swift encryption at-rest or '
'not.'