Cleanup dependencies for neutron-base
Rely on packagers for managing dependencies. openstack-neutron now pulls the required packages: https://github.com/openstack-packages/neutron/blob/rpm-master/openstack-neutron.spec TrivialFix Change-Id: I7e24d59822ff9f97900b46d44bee16c56fff673f
This commit is contained in:
parent
4badafc276
commit
2a6ec2c9b5
@ -10,9 +10,6 @@ RUN yum -y install \
|
|||||||
openvswitch \
|
openvswitch \
|
||||||
&& yum clean all
|
&& yum clean all
|
||||||
|
|
||||||
# TODO (sdake): remove once RDO adds to the openstack-neutron package
|
|
||||||
RUN pip install oslo.versionedobjects
|
|
||||||
|
|
||||||
{% elif base_distro in ['ubuntu'] %}
|
{% elif base_distro in ['ubuntu'] %}
|
||||||
|
|
||||||
RUN apt-get install -y --no-install-recommends \
|
RUN apt-get install -y --no-install-recommends \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user