From 74e7145b6075072b02bb4a4c154ea46756d69878 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 1 Dec 2016 22:38:35 +0900 Subject: [PATCH] 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 --- tools/configure_for_func_testing.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/configure_for_func_testing.sh b/tools/configure_for_func_testing.sh index 228233fec88..3441169cf76 100755 --- a/tools/configure_for_func_testing.sh +++ b/tools/configure_for_func_testing.sh @@ -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 }