Enable Swift encryption for the undercloud-containers job

This enables Swift encryption in the containerized undercloud, which
should in turn encrypt the overcloud plan (or anything that's stored in
swift for that matter).

Change-Id: Icdf6f33669400098408a705f39d219c680aa7456
Depends-On: I16902b7a96cc1f0fb8c4fea893d9e3fa8cc171c4
This commit is contained in:
Juan Antonio Osorio Robles 2018-04-17 16:27:05 +03:00
parent f7e7ad6a21
commit 9a6ef3c27c
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ step_introspect: false
# This enables TLS for the undercloud which will also make haproxy bind to the
# configured public-vip and admin-vip.
undercloud_generate_service_certificate: true
undercloud_enable_swift_encryption: true
# This enables the deployment of the overcloud with SSL.
ssl_overcloud: false