diff --git a/etc/kolla/globals.yml b/etc/kolla/globals.yml index 47467f3b26..b680844cba 100644 --- a/etc/kolla/globals.yml +++ b/etc/kolla/globals.yml @@ -67,6 +67,9 @@ network_interface: "eth0" # addresses for that reason. neutron_external_interface: "eth1" +# Valid options are [ openvswitch, linuxbridge ] +#neutron_plugin_agent: "openvswitch" + #################### # OpenStack options