File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
ansible/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,8 @@ overcloud_container_image_regex_map:
210
210
enabled: "{{ kolla_enable_neutron | bool }}"
211
211
- regex: "neutron-\\(dhcp\\|l3\\|linuxbridge\\|openvswitch\\)-agent"
212
212
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 }}"
213
215
- regex: neutron-mlnx-agent
214
216
enabled: "{{ kolla_enable_neutron_mlnx | bool }}"
215
217
- regex: neutron-ovn-agent
@@ -556,6 +558,7 @@ kolla_enable_manila: "no"
556
558
kolla_enable_masakari: "no"
557
559
kolla_enable_mistral: "no"
558
560
kolla_enable_multipathd: "no"
561
+ kolla_enable_neutron_bgp_dragent: "no"
559
562
kolla_enable_neutron_mlnx: "no"
560
563
kolla_enable_neutron_provider_networks: "no"
561
564
kolla_enable_neutron_sriov: "no"
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments