From bcc5c62dd8badee616975cdf6290d18d8a2c582f Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Thu, 27 Aug 2015 15:57:55 +0000 Subject: [PATCH] Display neutron plugin options in globals.yml Change-Id: I86244e68fac162b70f68356175e4550bd508b85c Partially-Implements: blueprint update-configs --- etc/kolla/globals.yml | 3 +++ 1 file changed, 3 insertions(+) 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