Merge "Parse Ironic packages files/{apts, rpms}/ironic"

This commit is contained in:
Jenkins 2014-03-21 14:43:13 +00:00 committed by Gerrit Code Review
commit 1c195ab7d3
1 changed files with 4 additions and 0 deletions

View File

@ -824,6 +824,10 @@ function get_packages {
if [[ ! $file_to_parse =~ neutron ]]; then
file_to_parse="${file_to_parse} neutron"
fi
elif [[ $service == ir-* ]]; then
if [[ ! $file_to_parse =~ ironic ]]; then
file_to_parse="${file_to_parse} ironic"
fi
fi
done