Merge "Cleanup dependencies for neutron-base"

This commit is contained in:
Jenkins 2016-01-07 10:32:38 +00:00 committed by Gerrit Code Review
commit 1bc3e46975

View File

@ -10,9 +10,6 @@ RUN yum -y install \
openvswitch \
&& yum clean all
# TODO (sdake): remove once RDO adds to the openstack-neutron package
RUN pip install oslo.versionedobjects
{% elif base_distro in ['ubuntu'] %}
RUN apt-get install -y --no-install-recommends \