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
This commit is contained in:
Steven Dake 2015-08-16 13:21:56 -07:00
parent bcd9f2c23d
commit bca0595ff8
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install openstack-neutron \
openstack-neutron-ml2 \
python-neutron-client \
openvswitch \
&& yum clean all

View File

@ -6,7 +6,6 @@ MAINTAINER Kolla Project (https://launchpad.net.kolla)
RUN yum -y install openstack-neutron \
openstack-neutron-ml2 \
python-neutron-client \
openvswitch \
&& yum clean all