From 9a6ef3c27ca5a189cdb62ef2459907002c303ab4 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Tue, 17 Apr 2018 16:27:05 +0300 Subject: [PATCH] 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 --- config/general_config/featureset027.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/general_config/featureset027.yml b/config/general_config/featureset027.yml index 901ed06d6..e70e12bb7 100644 --- a/config/general_config/featureset027.yml +++ b/config/general_config/featureset027.yml @@ -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