Merge "Revert "Update horizon manifest to use new ssl variable names""

This commit is contained in:
Zuul 2020-10-28 10:20:50 +00:00 committed by Gerrit Code Review
commit cfaea88a5b
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,
}
}
}