File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
roles/kolla-ansible/templates/kolla Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ overcloud_container_image_regex_map:
208208 enabled: "{{ kolla_enable_multipathd | bool }}"
209209 - regex: "neutron-\\(server\\|metadata-agent\\)"
210210 enabled: "{{ kolla_enable_neutron | bool }}"
211- - regex: "neutron-\\(dhcp\\|l3\\|linuxbridge\\| openvswitch\\)-agent"
211+ - regex: "neutron-\\(dhcp\\|l3\\|openvswitch\\)-agent"
212212 enabled: "{{ kolla_build_neutron_ovs | default(kolla_enable_neutron | bool and not kolla_enable_ovn | bool) }}"
213213 - regex: neutron-bgp-dragent
214214 enabled: "{{ kolla_enable_neutron_bgp_dragent | bool }}"
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ docker_registry_username: "{{ kolla_docker_registry_username }}"
119119# bifrost_network_address_family: "{% raw %}{{ network_address_family }}{% endraw %}"
120120# dns_address_family: "{% raw %}{{ network_address_family }}{% endraw %}"
121121
122- # Valid options are [ openvswitch, linuxbridge ]
122+ # Valid options are [ openvswitch, ovn ]
123123neutron_plugin_agent : " {% if kolla_enable_ovn | default(False) | bool %}ovn{% else %}openvswitch{% endif %}"
124124
125125# Valid options are [ internal, infoblox ]
Original file line number Diff line number Diff line change 1515 callbacks_enabled = ansible.posix.profile_tasks
1616
1717 # Improve readability of ansible output.
18- stdout_callback = yaml
18+ callback_result_format = yaml
1919
2020 [ssh_connection]
2121 # NOTE(wszusmki): Disable pipelining due to:
3636 callbacks_enabled = ansible.posix.profile_tasks
3737
3838 # Improve readability of ansible output.
39- stdout_callback = yaml
39+ callback_result_format = yaml
4040
4141 [ssh_connection]
4242 # NOTE(wszusmki): Disable pipelining due to:
Original file line number Diff line number Diff line change 1+ ---
2+ upgrade :
3+ - |
4+ Support for Linux Bridge mechanism driver has been removed. The driver was
5+ already removed from neutron.
You can’t perform that action at this time.
0 commit comments