Merge "[Sahara] Set use_floating_ips=false for nova network"

This commit is contained in:
Jenkins
2015-01-20 15:46:34 +00:00
committed by Gerrit Code Review

View File

@@ -128,6 +128,9 @@ 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
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