Merge "Install neutron rpms/debs when lib/neutron is used"

This commit is contained in:
Jenkins 2017-09-19 13:23:09 +00:00 committed by Gerrit Code Review
commit 3cc59ab38c
4 changed files with 3 additions and 3 deletions

View File

@ -1211,9 +1211,9 @@ function get_packages {
if [[ ! $file_to_parse =~ $package_dir/keystone ]]; then
file_to_parse="${file_to_parse} ${package_dir}/keystone"
fi
elif [[ $service == q-* ]]; then
if [[ ! $file_to_parse =~ $package_dir/neutron ]]; then
file_to_parse="${file_to_parse} ${package_dir}/neutron"
elif [[ $service == q-* || $service == neutron-* ]]; then
if [[ ! $file_to_parse =~ $package_dir/neutron-common ]]; then
file_to_parse="${file_to_parse} ${package_dir}/neutron-common"
fi
elif [[ $service == ir-* ]]; then
if [[ ! $file_to_parse =~ $package_dir/ironic ]]; then