From 313888ba96a48b9a2f97656aef5a90b35024b941 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 27 Oct 2020 08:13:49 +0900 Subject: [PATCH] Revert "Update horizon manifest to use new ssl variable names" Because the dependent patch[1] does not present in stable/victoria we should not merge this patch until stable/victoria release is created for TripleO projects. This revert will be reverted once stable/victoria branch is created. [1] https://review.opendev.org/#/c/758041/ This reverts commit 09d7aa88341010b681af1c259ceb7ec7dbd9529b. Closes-Bug: #1901626 Change-Id: Ica99237cbb92cf9d23e067490c2dce5fd5101457 --- manifests/profile/base/horizon.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/profile/base/horizon.pp b/manifests/profile/base/horizon.pp index 6d1f7b239..7d2540a94 100644 --- a/manifests/profile/base/horizon.pp +++ b/manifests/profile/base/horizon.pp @@ -104,8 +104,8 @@ class tripleo::profile::base::horizon ( class { 'horizon': cache_server_ip => $horizon_memcached_servers, neutron_options => $neutron_options_real, - ssl_cert => $tls_certfile, - ssl_key => $tls_keyfile, + horizon_cert => $tls_certfile, + horizon_key => $tls_keyfile, } } }