Remove setting use_floating_ips values
We remove the code to set use_floating_ips. In old code it was set false if we do not use neutron. However, we cannot deploy clusters with floating ips by that. So we just use the default value, which is set True in Sahara. Closes-Bug: #1426226 Change-Id: Idfcdc5ab776681ddc740dc12035e04da349ea089
This commit is contained in:
parent
924079b890
commit
360839e0ad
@ -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…
Reference in New Issue
Block a user