kolla/docker/neutron/neutron-infoblox-ipam-agent/Dockerfile.j2
Gerry Buteau ac2fe6cf5c Add support for Infoblox IPAM agent
The Infoblox IPAM agent will be started when
'infoblox' is configured as the pluggable IPAM
driver in neutron.

Change-Id: Ia44f0e0d7a0d60cebf0857ad51700e02eba5099b
Partially-Implements: blueprint neutron-ipam-driver-infoblox
2018-03-27 08:52:58 -04:00

12 lines
374 B
Django/Jinja

FROM {{ namespace }}/{{ image_prefix }}neutron-server:{{ tag }}
LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build_date }}"
{% block neutron_infoblox_ipam_agent_header %}{% endblock %}
{% import "macros.j2" as macros with context %}
{% block neutron_infoblox_ipam_agent_footer %}{% endblock %}
{% block footer %}{% endblock %}
USER neutron