Merge "Adding BGPVPN Heat plugin to Neutron Opendaylight image"

This commit is contained in:
Zuul 2018-07-26 13:19:26 +00:00 committed by Gerrit Code Review
commit 8661c774d7
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@ USER root
'python-networking-l2gw'
] %}
{% if base_distro in ['centos', 'rhel'] %}
{% set neutron_server_opendaylight_packages = neutron_server_opendaylight_packages + [
'python-networking-bgpvpn-heat'
] %}
{% endif %}
{{ macros.install_packages(neutron_server_opendaylight_packages | customizable("packages")) }}
{% elif install_type == 'source' %}