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
This commit is contained in:
Maru Newby 2015-03-30 21:17:19 +00:00
parent 8055f70d4c
commit b278feada2
1 changed files with 1 additions and 1 deletions

View File

@ -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