Skip to content
Snippets Groups Projects
Commit d1771108 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Added neutron-metering-agent"

parents 1160edb5 1f0afeb3
No related branches found
No related tags found
No related merge requests found
FROM {{ namespace }}/{{ image_prefix }}neutron-base:{{ tag }}
MAINTAINER {{ maintainer }}
{% import "macros.j2" as macros with context %}
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
{% set neutron_metering_agent_packages = ['openstack-neutron-metering-agent'] %}
{% elif base_distro in ['ubuntu', 'debian'] %}
{% set neutron_metering_agent_packages = ['neutron-metering-agent'] %}
{% endif %}
RUN {{ macros.install_packages(neutron_metering_agent_packages | customizable("packages")) }}
{% endif %}
{% block neutron_metering_agent_footer %}{% endblock %}
{% block footer %}{% endblock %}
{{ include_footer }}
USER neutron
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment