Enable BGP extension in gate_hook.sh

It will affect other projects to set NETWORK_API_EXTENSIONS
in devstack/settings.

Change-Id: Ie8b7d121555302140ba96815d95ebf80f0eaa623
Partial-Bug: #1683580
This commit is contained in:
fumihiko kakuma 2017-04-24 08:46:45 +09:00
parent 6115dd1d8e
commit a22d08f2a4
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,7 @@ then
elif [[ "$VENV" == dsvm-api* ]]
then
configure_docker_test_env
export DEVSTACK_LOCAL_CONFIG+=$'\n'"NETWORK_API_EXTENSIONS=all"
$GATE_DEST/devstack-gate/devstack-vm-gate.sh
@ -121,6 +122,7 @@ then
sudo apt-get install -y --reinstall apparmor
configure_docker_test_env
check_apparmor_for_docker
DEVSTACK_LOCAL_CONFIG+=$'\n'"NETWORK_API_EXTENSIONS=all"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"BGP_SCHEDULER_DRIVER=neutron_dynamic_routing.services.bgp.scheduler.bgp_dragent_scheduler.ChanceScheduler"
do_devstack_gate