Add neutron dragent package for RPM binary builds

Change-Id: Ief8f075a57f8e365499fddbca25b1af71ccfc96c
Closes-Bug: #1772552
This commit is contained in:
Eduardo Gonzalez 2018-07-31 16:00:52 +02:00
parent 3b9b69ac7b
commit 616708d163
2 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,10 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
&& /bin/false
{% set neutron_bgp_dragent_packages = [
'openstack-neutron-bgp-dragent'
] %}
{% elif base_distro in ['ubuntu', 'debian'] %}
{% set neutron_bgp_dragent_packages = [
'neutron-bgp-dragent'

View File

@ -87,7 +87,6 @@ SKIPPED_IMAGES = {
"kuryr-base",
"monasca-base",
"monasca-thresh",
"neutron-bgp-dragent",
"nova-mksproxy",
"ovsdpdk",
"searchlight-base",
@ -182,7 +181,6 @@ SKIPPED_IMAGES = {
"monasca-base",
"monasca-thresh",
"nova-mksproxy",
"neutron-bgp-dragent",
"ovsdpdk",
"searchlight-base",
"solum-base",