kolla-ansible/docker/openvswitch/openvswitch-vswitchd/Dockerfile.j2
Sam Yaple 76920be5fa Rename ovs to openvswitch
Our openvswitch image does not follow the naming convention of any of
our other containers and it should.

Change-Id: If1b815117bb39df74061218e48778479b8d674bc
Closes-Bug: #1500392
2015-09-28 11:10:17 +00:00

10 lines
221 B
Django/Jinja

FROM {{ namespace }}/{{ image_prefix }}openvswitch-base:{{ tag }}
MAINTAINER Kolla Project (https://launchpad.net/kolla)
COPY start.sh /
COPY ovs_ensure_configured.sh /opt/kolla/
CMD ["/start.sh"]
{{ include_footer }}