Comment 4 for bug 1465388

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-main (master)

Reviewed: https://review.openstack.org/225889
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=39990f503d27afead391441abebfc50b464887eb
Submitter: Jenkins
Branch: master

commit 39990f503d27afead391441abebfc50b464887eb
Author: Vladimir Kozhukalov <email address hidden>
Date: Mon Sep 21 18:05:53 2015 +0300

    Install rpm packages one by one using xargs and yum

    The thing is that when using 'yum install package1 package2'
    yum is not going to fail if one of the packages fails to
    install. Instead we use 'echo package1 package2 | xargs -n1 yum install'
    to install them in turn.

    Change-Id: I878d6c2589636aa39495c0fefc0c1dc9f1b33a56
    Closes-Bug: #1465388