configure_for_func_testing.sh: Fix arguments for get_packages

Closes-Bug: #1515035
Change-Id: Ie14e0acd67921cb4dc16a4e25a19d23b78345076
This commit is contained in:
YAMAMOTO Takashi 2015-11-11 07:59:38 +09:00
parent d5df01e5ea
commit 7977041fa8
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ function _install_base_deps {
echo_summary "Installing base dependencies"
INSTALL_TESTONLY_PACKAGES=True
PACKAGES=$(get_packages general neutron,q-agt,q-l3)
PACKAGES=$(get_packages general,neutron,q-agt,q-l3)
# Do not install 'python-' prefixed packages other than
# python-dev*. Neutron's functional testing relies on deployment
# to a tox env so there is no point in installing python