Merge "Add IPV6 radvd package to neutron-l3-agent"

This commit is contained in:
Jenkins 2017-07-05 10:11:22 +00:00 committed by Gerrit Code Review
commit e078a8db21

View File

@ -13,6 +13,11 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
] %}
{% endif %}
{% elif install_type == 'source' %}
{% set neutron_l3_agent_packages = [
'radvd'
] %}
{% endif %}
{{ macros.install_packages(neutron_l3_agent_packages | customizable("packages")) }}