Browse code

Merge "Reconfig ml2 ovs configuration for neutron on XenServer"

Jenkins authored on 2017/01/14 03:39:10
Showing 1 changed files
... ...
@@ -97,8 +97,8 @@ function neutron_plugin_configure_plugin_agent {
97 97
 
98 98
         # Set OVS native interface for ovs-agent in compute node
99 99
         XEN_DOM0_IP=$(echo "$XENAPI_CONNECTION_URL" | cut -d "/" -f 3)
100
-        iniset /$Q_PLUGIN_CONF_FILE ovs ovsdb_connection tcp:$XEN_DOM0_IP:6640
101
-        iniset /$Q_PLUGIN_CONF_FILE ovs of_listen_address $HOST_IP
100
+        iniset /$Q_PLUGIN_CONF_FILE.domU ovs ovsdb_connection tcp:$XEN_DOM0_IP:6640
101
+        iniset /$Q_PLUGIN_CONF_FILE.domU ovs of_listen_address $HOST_IP
102 102
 
103 103
         # Set up domU's L2 agent:
104 104