diff --git a/docker_templates/openvswitch/ovs-db-server/Dockerfile.j2 b/docker_templates/openvswitch/ovs-db-server/Dockerfile.j2 index 784e194ed0..3d80329c3a 100644 --- a/docker_templates/openvswitch/ovs-db-server/Dockerfile.j2 +++ b/docker_templates/openvswitch/ovs-db-server/Dockerfile.j2 @@ -1,16 +1,6 @@ -FROM {{ namespace }}/{{ base_distro }}-{{ install_type }}-base:{{ tag }} +FROM {{ namespace }}/{{ base_distro }}-{{ install_type }}-ovs-base:{{ tag }} MAINTAINER Kolla Project (https://launchpad.net/kolla) -# TODO (rbergero): When ovs support is added for ubuntu/debian, this -# conditional should be removed. - -{% if base_distro in ['ubuntu', 'debian'] %} - -RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \ - && /bin/false - -{% endif %} - COPY start.sh / COPY config-external.sh /opt/kolla/ diff --git a/docker_templates/openvswitch/ovs-vswitchd/Dockerfile.j2 b/docker_templates/openvswitch/ovs-vswitchd/Dockerfile.j2 index 43cecf0e17..7271044059 100644 --- a/docker_templates/openvswitch/ovs-vswitchd/Dockerfile.j2 +++ b/docker_templates/openvswitch/ovs-vswitchd/Dockerfile.j2 @@ -1,16 +1,6 @@ -FROM {{ namespace }}/{{ base_distro }}-{{ install_type }}-base:{{ tag }} +FROM {{ namespace }}/{{ base_distro }}-{{ install_type }}-ovs-base:{{ tag }} MAINTAINER Kolla Project (https://launchpad.net/kolla) -# TODO (rbergero): When ovs support is added for ubuntu/debian, this -# conditional should be removed. - -{% if base_distro in ['ubuntu', 'debian'] %} - -RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \ - && /bin/false - -{% endif %} - COPY start.sh / COPY ovs_ensure_configured.sh config-external.sh /opt/kolla/