Merge "Add oslo package into base image"

This commit is contained in:
Jenkins 2015-07-08 14:28:38 +00:00 committed by Gerrit Code Review
commit 7f6b2fa641
3 changed files with 2 additions and 4 deletions

View File

@ -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 \

View File

@ -1,7 +1,5 @@
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

View File

@ -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
COPY config-neutron.sh config-sudoers.sh /opt/kolla/