9ce814619a
- this change moves the ovs_ensure_configured.sh file to the openvswitch-db container. - this change reorders the plays in ansible/roles/neutron/tasks/start.yml to configure the ovs bridges before starting the vswitchd container. Change-Id: Ied1a82d48377534c15680406df9a96caf3b79515 Closes-Bug: #1522133
8 lines
220 B
Django/Jinja
8 lines
220 B
Django/Jinja
FROM {{ namespace }}/{{ image_prefix }}openvswitch-base:{{ tag }}
|
|
MAINTAINER {{ maintainer }}
|
|
|
|
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
|
RUN chmod 755 /usr/local/bin/kolla_extend_start
|
|
|
|
{{ include_footer }}
|