Skip to content
Snippets Groups Projects
Commit 54411f40 authored by Ryan Hallisey's avatar Ryan Hallisey
Browse files

Add oslo package into base image

Add missing oslo dependency.

Closes-bug: #1469891
Change-Id: Ia7b0a5bc0d59f561a1cb6cdb0a50478cad9246d4
parent 4c4181d5
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,7 @@ RUN yum install -y \
python-oslo-config \
python-oslo-messaging \
python-oslo-rootwrap \
python-oslo-policy \
python-paramiko \
python-passlib \
python-paste-deploy \
......
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install python-oslo-policy && yum clean all
RUN mkdir -p /opt/kolla
COPY config-heat.sh /opt/kolla/config-heat.sh
......@@ -4,7 +4,6 @@ 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
&& yum clean all
COPY config-neutron.sh config-sudoers.sh /opt/kolla/
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