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:
parent
bcd9f2c23d
commit
bca0595ff8
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user