openvswitch-netcontrold: build always

This is infrastructure package where binary/source split does not make
sense.

Change-Id: I445134333b50439af20a3ca12757d519fa2624d4
This commit is contained in:
Marcin Juszkiewicz 2020-07-06 12:06:45 +02:00
parent acf1600973
commit 70ffba8241
2 changed files with 0 additions and 10 deletions

View File

@ -7,13 +7,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% import "macros.j2" as macros with context %}
{% if install_type == 'binary' %}
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
&& /bin/false
{% elif install_type == 'source' %}
{% block openvswitch_netcontrold_install %}
{% set openvswitch_netcontrold_packages = [
@ -31,8 +24,6 @@ RUN {{ macros.install_pip(openvswitch_netcontrold_pip_packages | customizable("p
{% endblock %}
{% endif %}
COPY extend_start.sh /usr/local/bin/kolla_openvswitch_extend_start
RUN chmod 755 /usr/local/bin/kolla_openvswitch_extend_start

View File

@ -107,7 +107,6 @@ UNBUILDABLE_IMAGES = {
"monasca-base",
"monasca-thresh",
"nova-mksproxy",
"openvswitch-netcontrold",
"qinling-base",
"searchlight-base",
"solum-base",