Merge "Drop remaining usage of CONFIG_HORIZON_NEUTRON_LB"

This commit is contained in:
Zuul 2024-07-24 16:01:49 +00:00 committed by Gerrit Code Review
commit 5f075b3b05
2 changed files with 1 additions and 3 deletions

View File

@ -192,7 +192,6 @@ def create_manifest(config, messages):
"/etc/httpd/conf.d/ssl.conf on %s to use a CA signed cert."
% (utils.COLORS['red'], utils.COLORS['nocolor'], horizon_host))
config["CONFIG_HORIZON_NEUTRON_LB"] = False
config["CONFIG_HORIZON_NEUTRON_VPN"] = False
if config['CONFIG_NEUTRON_INSTALL'] == 'y':

View File

@ -33,8 +33,7 @@ class packstack::horizon ()
ssl_ca => lookup('CONFIG_HORIZON_SSL_CACERT', undef, undef, undef),
ssl_verify_client => 'optional',
neutron_options => {
'enable_vpn' => lookup('CONFIG_HORIZON_NEUTRON_VPN'),
'enable_lb' => lookup('CONFIG_HORIZON_NEUTRON_LB'),
'enable_vpn' => lookup('CONFIG_HORIZON_NEUTRON_VPN'),
},
}