]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix functional configure script
authorMaru Newby <marun@redhat.com>
Mon, 30 Mar 2015 21:17:19 +0000 (21:17 +0000)
committerMaru Newby <marun@redhat.com>
Mon, 30 Mar 2015 21:17:19 +0000 (21:17 +0000)
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

index 39fb748474027d36b80572bf44f73bf72826a844..736cb0207939f3a3f66c3dd80758762f22a98c96 100755 (executable)
@@ -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