From 1f280adebefb3b58d9db836afe390a4c9224a28c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Tue, 9 Feb 2016 09:06:20 +0900 Subject: [PATCH] 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 --- docker/nova/nova-base/Dockerfile.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docker/nova/nova-base/Dockerfile.j2 b/docker/nova/nova-base/Dockerfile.j2 index 8259bb2810..cb21e1aafa 100644 --- a/docker/nova/nova-base/Dockerfile.j2 +++ b/docker/nova/nova-base/Dockerfile.j2 @@ -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