Merge "Remove setting use_floating_ips values"
This commit is contained in:
commit
b8c74c1108
@ -139,14 +139,12 @@ function configure_sahara {
|
||||
|
||||
if is_service_enabled neutron; then
|
||||
iniset $SAHARA_CONF_FILE DEFAULT use_neutron true
|
||||
iniset $SAHARA_CONF_FILE DEFAULT use_floating_ips true
|
||||
|
||||
if is_ssl_enabled_service "neutron" || is_service_enabled tls-proxy; then
|
||||
iniset $SAHARA_CONF_FILE neutron ca_file $SSL_BUNDLE_FILE
|
||||
fi
|
||||
else
|
||||
iniset $SAHARA_CONF_FILE DEFAULT use_neutron false
|
||||
iniset $SAHARA_CONF_FILE DEFAULT use_floating_ips false
|
||||
fi
|
||||
|
||||
if is_service_enabled heat; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user