Merge "Install neutron rpms/debs when lib/neutron is used"
This commit is contained in:
commit
3cc59ab38c
@ -1211,9 +1211,9 @@ function get_packages {
|
|||||||
if [[ ! $file_to_parse =~ $package_dir/keystone ]]; then
|
if [[ ! $file_to_parse =~ $package_dir/keystone ]]; then
|
||||||
file_to_parse="${file_to_parse} ${package_dir}/keystone"
|
file_to_parse="${file_to_parse} ${package_dir}/keystone"
|
||||||
fi
|
fi
|
||||||
elif [[ $service == q-* ]]; then
|
elif [[ $service == q-* || $service == neutron-* ]]; then
|
||||||
if [[ ! $file_to_parse =~ $package_dir/neutron ]]; then
|
if [[ ! $file_to_parse =~ $package_dir/neutron-common ]]; then
|
||||||
file_to_parse="${file_to_parse} ${package_dir}/neutron"
|
file_to_parse="${file_to_parse} ${package_dir}/neutron-common"
|
||||||
fi
|
fi
|
||||||
elif [[ $service == ir-* ]]; then
|
elif [[ $service == ir-* ]]; then
|
||||||
if [[ ! $file_to_parse =~ $package_dir/ironic ]]; then
|
if [[ ! $file_to_parse =~ $package_dir/ironic ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user