Merge "Drop remaining usage of CONFIG_HORIZON_NEUTRON_LB"
This commit is contained in:
commit
5f075b3b05
@ -192,7 +192,6 @@ def create_manifest(config, messages):
|
|||||||
"/etc/httpd/conf.d/ssl.conf on %s to use a CA signed cert."
|
"/etc/httpd/conf.d/ssl.conf on %s to use a CA signed cert."
|
||||||
% (utils.COLORS['red'], utils.COLORS['nocolor'], horizon_host))
|
% (utils.COLORS['red'], utils.COLORS['nocolor'], horizon_host))
|
||||||
|
|
||||||
config["CONFIG_HORIZON_NEUTRON_LB"] = False
|
|
||||||
config["CONFIG_HORIZON_NEUTRON_VPN"] = False
|
config["CONFIG_HORIZON_NEUTRON_VPN"] = False
|
||||||
|
|
||||||
if config['CONFIG_NEUTRON_INSTALL'] == 'y':
|
if config['CONFIG_NEUTRON_INSTALL'] == 'y':
|
||||||
|
@ -34,7 +34,6 @@ class packstack::horizon ()
|
|||||||
ssl_verify_client => 'optional',
|
ssl_verify_client => 'optional',
|
||||||
neutron_options => {
|
neutron_options => {
|
||||||
'enable_vpn' => lookup('CONFIG_HORIZON_NEUTRON_VPN'),
|
'enable_vpn' => lookup('CONFIG_HORIZON_NEUTRON_VPN'),
|
||||||
'enable_lb' => lookup('CONFIG_HORIZON_NEUTRON_LB'),
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user