Browse code

Devstack Nuage Plugin correct the ovs_bridge parameter

This commit fixes the name of ovs_bridge parameter and the section it is set in nova.conf by the nuage plugin

Closes-Bug: 1390256

Change-Id: I63c929e827db10d0cf5450907a273d880fc757f6

sailajay authored on 2014/11/07 09:14:32
Showing 1 changed files
... ...
@@ -7,7 +7,7 @@ set +o xtrace
7 7
 
8 8
 function neutron_plugin_create_nova_conf {
9 9
     NOVA_OVS_BRIDGE=${NOVA_OVS_BRIDGE:-"br-int"}
10
-    iniset $NOVA_CONF DEFAULT neutron_ovs_bridge $NOVA_OVS_BRIDGE
10
+    iniset $NOVA_CONF neutron ovs_bridge $NOVA_OVS_BRIDGE
11 11
     NOVA_VIF_DRIVER=${NOVA_VIF_DRIVER:-"nova.virt.libvirt.vif.LibvirtGenericVIFDriver"}
12 12
     LIBVIRT_FIREWALL_DRIVER=nova.virt.firewall.NoopFirewallDriver
13 13
     iniset $NOVA_CONF DEFAULT firewall_driver $LIBVIRT_FIREWALL_DRIVER