Merge "Parse Ironic packages files/{apts, rpms}/ironic"
This commit is contained in:
commit
1c195ab7d3
@ -824,6 +824,10 @@ function get_packages {
|
|||||||
if [[ ! $file_to_parse =~ neutron ]]; then
|
if [[ ! $file_to_parse =~ neutron ]]; then
|
||||||
file_to_parse="${file_to_parse} neutron"
|
file_to_parse="${file_to_parse} neutron"
|
||||||
fi
|
fi
|
||||||
|
elif [[ $service == ir-* ]]; then
|
||||||
|
if [[ ! $file_to_parse =~ ironic ]]; then
|
||||||
|
file_to_parse="${file_to_parse} ironic"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user