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:
parent
8055f70d4c
commit
b278feada2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user