Fix skydive agent openvswitch configuration

Change-Id: I1f721a3e9ad3d1a937e05f1d0d53c810b9f2ac39
This commit is contained in:
Sylvain Baubeau 2018-02-28 15:34:39 +01:00
parent 378b8dd932
commit 84724b5462
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}