Also pickup quantum distro dependencies (bug 1080886).
Change-Id: Ic0fc0b03dc01782d0d85d98de765f04fcbcacd74
This commit is contained in:
parent
140b58ba19
commit
0a9954f2c2
@ -155,6 +155,10 @@ function get_packages() {
|
|||||||
if [[ ! $file_to_parse =~ keystone ]]; then
|
if [[ ! $file_to_parse =~ keystone ]]; then
|
||||||
file_to_parse="${file_to_parse} keystone"
|
file_to_parse="${file_to_parse} keystone"
|
||||||
fi
|
fi
|
||||||
|
elif [[ $service == q-* ]]; then
|
||||||
|
if [[ ! $file_to_parse =~ quantum ]]; then
|
||||||
|
file_to_parse="${file_to_parse} quantum"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user