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 09d7aa8834.

Closes-Bug: #1901626
Change-Id: Ica99237cbb92cf9d23e067490c2dce5fd5101457
This commit is contained in:
Takashi Kajinami 2020-10-27 08:13:49 +09:00
parent 4a44a1ba59
commit 313888ba96
1 changed files with 2 additions and 2 deletions

View File

@ -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,
}
}
}