Merge "Cleanup dependencies for nova-base"

This commit is contained in:
Jenkins 2016-02-09 17:36:51 +00:00 committed by Gerrit Code Review
commit 063fcc41e9

View File

@ -4,14 +4,10 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
# TODO(mandre) remove python-oslo-policy once RDO package is fixed
# https://github.com/openstack-packages/nova/blob/rpm-master/openstack-nova.spec
# https://review.gerrithub.io/#/c/255435/
RUN yum -y install \
openstack-nova-common \
python-keystoneclient \
python-cinderclient \
python-oslo-policy \
bridge-utils \
&& yum clean all