Skip to content
Snippets Groups Projects
Commit 1f280ade authored by Martin André's avatar Martin André
Browse files

Cleanup dependencies for nova-base

The python-nova package now pulls the required dependency on
python-oslo-policy:

https://github.com/openstack-packages/nova/blob/036149e93fc41649d1e827e163180e7d9e6cbec5/openstack-nova.spec#L389

TrivialFix

Change-Id: I472f600710cb743ef6ede01e722a79b1451cf295
parent ed8d9118
No related branches found
No related tags found
No related merge requests found
...@@ -4,14 +4,10 @@ MAINTAINER {{ maintainer }} ...@@ -4,14 +4,10 @@ MAINTAINER {{ maintainer }}
{% if install_type == 'binary' %} {% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %} {% 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 \ RUN yum -y install \
openstack-nova-common \ openstack-nova-common \
python-keystoneclient \ python-keystoneclient \
python-cinderclient \ python-cinderclient \
python-oslo-policy \
bridge-utils \ bridge-utils \
&& yum clean all && yum clean all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment