Skip to content

Commit c4fc2ac

Browse files
Alex-Welshpriteau
authored andcommitted
Enable building of neutron-bgp-dragent container
Change-Id: Iebd91d92c603efeaac94cebf009036873dd97093 Signed-off-by: Alex Welsh <[email protected]> (cherry picked from commit 5e9b773)
1 parent 3b4fa3d commit c4fc2ac

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ansible/inventory/group_vars/all/kolla

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ overcloud_container_image_regex_map:
210210
enabled: "{{ kolla_enable_neutron | bool }}"
211211
- regex: "neutron-\\(dhcp\\|l3\\|linuxbridge\\|openvswitch\\)-agent"
212212
enabled: "{{ kolla_build_neutron_ovs | default(kolla_enable_neutron | bool and not kolla_enable_ovn | bool) }}"
213+
- regex: neutron-bgp-dragent
214+
enabled: "{{ kolla_enable_neutron_bgp_dragent | bool }}"
213215
- regex: neutron-mlnx-agent
214216
enabled: "{{ kolla_enable_neutron_mlnx | bool }}"
215217
- regex: neutron-ovn-agent
@@ -556,6 +558,7 @@ kolla_enable_manila: "no"
556558
kolla_enable_masakari: "no"
557559
kolla_enable_mistral: "no"
558560
kolla_enable_multipathd: "no"
561+
kolla_enable_neutron_bgp_dragent: "no"
559562
kolla_enable_neutron_mlnx: "no"
560563
kolla_enable_neutron_provider_networks: "no"
561564
kolla_enable_neutron_sriov: "no"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
features:
3+
- |
4+
The ``neutron-bgp-dragent`` container will now be built by default when
5+
``kolla_enable_neutron_bgp_dragent`` is true.

0 commit comments

Comments
 (0)