Merge "Cleanup dependencies for ironic-base"

This commit is contained in:
Jenkins 2016-01-05 12:21:44 +00:00 committed by Gerrit Code Review
commit ba0f6cd2f4

@ -4,14 +4,8 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
# TODO(SamYaple): until packaging is fixed, all of this is required
# http://pkgs.fedoraproject.org/cgit/openstack-ironic.git/tree/openstack-ironic.spec#n78
RUN yum -y install \
openstack-ironic-common \
python-oslo-log \
python-oslo-concurrency \
python-oslo-policy \
python-oslo-versionedobjects \
&& yum clean all
{% endif %}