54919dc498
Allow heka container to pick up the openvswitch logs like other services Change-Id: I396ae9419540070c6ab01b8f62607ab46b1f08aa closes-Bug: #1573199
8 lines
244 B
Django/Jinja
8 lines
244 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
|
|
|
|
{{ include_footer }}
|