Steven Dake bca0595ff8 Neutron base does not need python-neutron-client package
There is no such package.  It is called python-neutronclient.

Since we know deployments work well without this dependency,
might as well just remove the error since it pops up in the
gating.

Change-Id: Ic0daf85201cf283ee0560a9905e5079e421efbc4
Partially-Implements: blueprint gate-source-builds
2015-08-17 10:06:08 -07:00

10 lines
303 B
Docker

FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install openstack-neutron \
openstack-neutron-ml2 \
openvswitch \
&& yum clean all
COPY config-sudoers.sh /opt/kolla/