diff --git a/functions-common b/functions-common index c6fd5c7163..e6caaa3bff 100644 --- a/functions-common +++ b/functions-common @@ -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