From b278feada205330898897bcc446bb3623414f1e1 Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Mon, 30 Mar 2015 21:17:19 +0000 Subject: [PATCH] Fix functional configure script A recent change to devstack renamed lib/neutron to lib/neutron-legacy, and this change updates the functional setup script to reflect the change. Change-Id: I5eb4b4052da4b0db128feb42feae50a8bc59f373 Closes-Bug: #1438426 --- tools/configure_for_func_testing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure_for_func_testing.sh b/tools/configure_for_func_testing.sh index 39fb74847..736cb0207 100755 --- a/tools/configure_for_func_testing.sh +++ b/tools/configure_for_func_testing.sh @@ -163,7 +163,7 @@ EOF function _install_agent_deps { echo_summary "Installing agent dependencies" - source $DEVSTACK_PATH/lib/neutron + source $DEVSTACK_PATH/lib/neutron-legacy ENABLED_SERVICES=q-agt,q-dhcp,q-l3 install_neutron_agent_packages -- 2.45.2