From 3cf4e396fe8621afad624f3935ab69e9e082388f Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 14 Sep 2018 16:33:11 +0100 Subject: xci: Drop custom XCI certificates OSM requires a CA even when we create a self-signed certificate. We don't actually need to do that since HAproxy and friends can create the whole chain for us, so we can finally get rid of this playbook. installer-type:osa deploy-scenario:os-nosdn-nofeature Change-Id: I14a3adbe3492cd6c562c5167c42dd45756e8e3dd Signed-off-by: Markos Chandras --- xci/installer/osa/files/mini/user_variables.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'xci/installer/osa/files/mini/user_variables.yml') diff --git a/xci/installer/osa/files/mini/user_variables.yml b/xci/installer/osa/files/mini/user_variables.yml index db956e38..b4d847bc 100644 --- a/xci/installer/osa/files/mini/user_variables.yml +++ b/xci/installer/osa/files/mini/user_variables.yml @@ -164,7 +164,5 @@ openrc_os_endpoint_type: "publicURL" openrc_clouds_yml_interface: "public" openrc_region_name: RegionOne openrc_insecure: true -haproxy_user_ssl_cert: "/etc/ssl/certs/xci.crt" -haproxy_user_ssl_key: "/etc/ssl/private/xci.key" keystone_service_adminuri_insecure: true keystone_service_internaluri_insecure: true -- cgit 1.2.3-korg