Expose the undercloud's enable_swift_encryption option
This option enables Swift encryption for the containerized undercloud and is disabled by default, such as in the option's default. Change-Id: I16902b7a96cc1f0fb8c4fea893d9e3fa8cc171c4 Depends-On: I7826cc00023e2d24865d752d4c9bbb3cc4c8614f
This commit is contained in:
committed by
Emilien Macchi
parent
7bba2d24a7
commit
52f1e7609f
@@ -77,6 +77,7 @@ undercloud_enable_ui: true
|
||||
undercloud_enable_validations: true
|
||||
undercloud_enable_zaqar: true
|
||||
undercloud_ipxe_deploy: true
|
||||
undercloud_enable_swift_encryption: false
|
||||
|
||||
undercloud_enable_tempest: false
|
||||
undercloud_undercloud_debug: true
|
||||
|
||||
@@ -215,6 +215,9 @@ enable_ironic_inspector = {{undercloud_enable_ironic_inspector}}
|
||||
# Whether to install Zaqar in the Undercloud. (boolean value)
|
||||
enable_zaqar = {{undercloud_enable_zaqar}}
|
||||
|
||||
# Whether to enable Swift encryption at-rest or not. (boolean value)
|
||||
enable_swift_encryption = {{undercloud_enable_swift_encryption}}
|
||||
|
||||
# FIXME(mandre) turn this into ansible variable
|
||||
heat_native=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user