Merge "Add IPV6 radvd package to neutron-l3-agent"
This commit is contained in:
commit
e078a8db21
@ -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")) }}
|
||||
|
Loading…
Reference in New Issue
Block a user