Add missing dependency oslo policy

Affecting one ore more neutron containers

Change-Id: I2788c1921eb82ad0d0524fc99a436c5fe9ff50d8
Closes-bug: #1468863
This commit is contained in:
Jeff Peeler 2015-06-25 14:42:51 -04:00
parent 75b8cdd393
commit 339efaa75c

View File

@ -4,6 +4,7 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install openstack-neutron \
openstack-neutron-ml2 \
python-neutron-client \
python-oslo-policy \
&& yum clean all
RUN mkdir -p /opt/kolla/host_proc