From 84724b54628e8b2418990178b0166a68e8030436 Mon Sep 17 00:00:00 2001 From: Sylvain Baubeau Date: Wed, 28 Feb 2018 15:34:39 +0100 Subject: [PATCH] Fix skydive agent openvswitch configuration Change-Id: I1f721a3e9ad3d1a937e05f1d0d53c810b9f2ac39 --- ansible/roles/skydive/templates/skydive-agent.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/skydive/templates/skydive-agent.conf.j2 b/ansible/roles/skydive/templates/skydive-agent.conf.j2 index ea2c6ed851..a65bac7df5 100644 --- a/ansible/roles/skydive/templates/skydive-agent.conf.j2 +++ b/ansible/roles/skydive/templates/skydive-agent.conf.j2 @@ -64,7 +64,7 @@ flow: {% if neutron_plugin_agent in ['openvswitch', 'opendaylight'] %} ovs: - ovsdb: tcp://{{ api_interface_address }}:{{ ovsdb_port }} + ovsdb: tcp://127.0.0.1:{{ ovsdb_port }} oflow: enable: true {% endif %}