Add oslo_versionedobjects dependency for neutron

RDO doesn't keep their RPM dependencies up to date with latest
neutron changes to requirements.txt, so we have to pip install
the package.

Change-Id: Ic49a4dd3b85e9daf60c87b245b9784818fcb3bb2
Closes-Bug: #1486241
This commit is contained in:
Steven Dake 2015-08-18 14:33:16 -07:00
parent 718db54fa8
commit 22655a19c9
2 changed files with 6 additions and 0 deletions

View File

@ -6,4 +6,7 @@ RUN yum -y install openstack-neutron \
openvswitch \
&& yum clean all
# TODO (sdake): remove once RDO adds to the openstack-neutron package
RUN pip install oslo.versionedobjects
COPY config-sudoers.sh /opt/kolla/

View File

@ -9,6 +9,9 @@ RUN yum -y install openstack-neutron \
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', 'debian'] %}
RUN echo '{{ install_type}} not yet available for {{ base_distro }}' \