configure_for_func_testing.sh: Remove neutron-legacy inclusion

After devstack change (see Depends-On below),
it isn't necessary anymore.

Depends-On: I3ff136fc8330c92007cdfe91b77d7f9865eabd8d
Change-Id: Iec6f1fb59bf1f656100947f50311afcee4636ca2
This commit is contained in:
YAMAMOTO Takashi 2016-12-01 22:38:35 +09:00
parent c15c4e4ede
commit 74e7145b60

@ -174,7 +174,6 @@ function _install_agent_deps {
ENABLED_SERVICES=q-agt,q-dhcp,q-l3
source $DEVSTACK_PATH/lib/neutron
source $DEVSTACK_PATH/lib/neutron-legacy
install_neutron_agent_packages
}