f96458fcbf
This patchset contains customization of Dockerfiles of openvswitch containers Change-Id: I9404fbee8552d5218ac57abf8a01bf259db729f5 Partially-implements: blueprint third-party-plugin-support
10 lines
331 B
Django/Jinja
10 lines
331 B
Django/Jinja
FROM {{ namespace }}/{{ image_prefix }}openvswitch-base:{{ tag }}
|
|
MAINTAINER {{ maintainer }}
|
|
|
|
COPY extend_start.sh /usr/local/bin/kolla_openvswitch_extend_start
|
|
RUN chmod 755 /usr/local/bin/kolla_openvswitch_extend_start
|
|
|
|
{% block openvswitch_vswitchd_footer %}{% endblock %}
|
|
{% block footer %}{% endblock %}
|
|
{{ include_footer }}
|