Merge "Disable Selective-Proactive Distribution by default"

This commit is contained in:
Jenkins 2017-08-27 10:05:03 +00:00 committed by Gerrit Code Review
commit 8f0d1e08d1
2 changed files with 1 additions and 6 deletions

View File

@ -290,12 +290,6 @@ function configure_df_plugin {
iniset $DRAGONFLOW_CONF df_snat_app external_network_bridge "$PUBLIC_BRIDGE"
fi
if [[ "$DF_PUB_SUB" == "True" ]]; then
DF_SELECTIVE_TOPO_DIST=${DF_SELECTIVE_TOPO_DIST:-"True"}
else
DF_SELECTIVE_TOPO_DIST="False"
fi
iniset $DRAGONFLOW_CONF df enable_selective_topology_distribution \
"$DF_SELECTIVE_TOPO_DIST"
configure_df_metadata_service

View File

@ -46,3 +46,4 @@ DF_REDIS_INSTALL_FROM_RUBY=${DF_REDIS_INSTALL_FROM_RUBY:-"True"}
DF_RUBY_SOURCE_ADD=${DF_RUBY_SOURCE_ADD:-"https://rubygems.org/"}
DF_RUBY_SOURCE_REMOVE=${DF_RUBY_SOURCE_REMOVE:-""}
DF_SELECTIVE_TOPO_DIST=${DF_SELECTIVE_TOPO_DIST:-"False"}