Browse code

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

Jenkins authored on 2014/03/21 23:43:13
Showing 1 changed files
... ...
@@ -824,6 +824,10 @@ function get_packages {
824 824
             if [[ ! $file_to_parse =~ neutron ]]; then
825 825
                 file_to_parse="${file_to_parse} neutron"
826 826
             fi
827
+        elif [[ $service == ir-* ]]; then
828
+            if [[ ! $file_to_parse =~ ironic ]]; then
829
+                file_to_parse="${file_to_parse} ironic"
830
+            fi
827 831
         fi
828 832
     done
829 833