Let devstack configure the service provider
Allows to have less stuff in local.conf, and usefull to tidy up jenkins DVSM job definitions. Change-Id: I18ab3027f92a8fd23602757d6dfce13bde10f3a4
This commit is contained in:
4 changed files with 17 additions and 16 deletions
@@ -14,8 +14,10 @@ elif [[ "1ドル" == "stack" && "2ドル" == "install" ]]; then
elif [[ "1ドル" == "stack" && "2ドル" == "pre-install" ]]; then
_neutron_service_plugin_class_add $BGPVPN_PLUGIN_CLASS
elif [[ "1ドル" == "stack" && "2ドル" == "post-config" ]]; then
#no-op
:
if is_service_enabled q-svc; then
inicomment $NETWORKING_BGPVPN_CONF service_providers service_provider
iniadd $NETWORKING_BGPVPN_CONF service_providers service_provider $NETWORKING_BGPVPN_DRIVER
fi
fi
if [[ "1ドル" == "unstack" ]]; then
#no-op
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.