Skip to content
Snippets Groups Projects
Commit 339efaa7 authored by Jeff Peeler's avatar Jeff Peeler
Browse files

Add missing dependency oslo policy

Affecting one ore more neutron containers

Change-Id: I2788c1921eb82ad0d0524fc99a436c5fe9ff50d8
Closes-bug: #1468863
parent 75b8cdd3
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla) ...@@ -4,6 +4,7 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install openstack-neutron \ RUN yum -y install openstack-neutron \
openstack-neutron-ml2 \ openstack-neutron-ml2 \
python-neutron-client \ python-neutron-client \
python-oslo-policy \
&& yum clean all && yum clean all
RUN mkdir -p /opt/kolla/host_proc RUN mkdir -p /opt/kolla/host_proc
......
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