Merge "Add 'ovn' to list of valid values of neutron_plugin_agent"

This commit is contained in:
Zuul 2020-06-09 10:05:19 +00:00 committed by Gerrit Code Review
commit ce1dc6da0a

View File

@ -223,7 +223,7 @@ migration_interface_address: "{{ 'migration' | kolla_address }}"
tunnel_interface_address: "{{ 'tunnel' | kolla_address }}"
octavia_network_interface_address: "{{ 'octavia_network' | kolla_address }}"
# Valid options are [ openvswitch, linuxbridge, vmware_nsxv, vmware_nsxv3, vmware_dvs ]
# Valid options are [ openvswitch, ovn, linuxbridge, vmware_nsxv, vmware_nsxv3, vmware_dvs ]
neutron_plugin_agent: "openvswitch"
# Valid options are [ internal, infoblox ]