Skip to content
Snippets Groups Projects
Commit d04ee6b6 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add oslo_versionedobjects dependency for neutron"

parents 1c2cb533 22655a19
No related branches found
No related tags found
No related merge requests found
...@@ -6,4 +6,7 @@ RUN yum -y install openstack-neutron \ ...@@ -6,4 +6,7 @@ RUN yum -y install openstack-neutron \
openvswitch \ openvswitch \
&& yum clean all && 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/ COPY config-sudoers.sh /opt/kolla/
...@@ -9,6 +9,9 @@ RUN yum -y install openstack-neutron \ ...@@ -9,6 +9,9 @@ RUN yum -y install openstack-neutron \
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', 'debian'] %} {% elif base_distro in ['ubuntu', 'debian'] %}
RUN echo '{{ install_type}} not yet available for {{ base_distro }}' \ RUN echo '{{ install_type}} not yet available for {{ base_distro }}' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment