Merge "Remove setting use_floating_ips values"

This commit is contained in:
Jenkins 2015-03-10 11:51:14 +00:00 committed by Gerrit Code Review
commit b8c74c1108

View File

@ -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