Merge "Add missing dependency oslo policy"

This commit is contained in:
Jenkins 2015-06-25 21:41:48 +00:00 committed by Gerrit Code Review
commit a8977713ee

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