Remove deprecated option 'ovsdb_interface'
The deprecated ovsdb_interface configuration option has been removed,
the default native driver is now always used. [1]
[1] cf37563c83
Change-Id: Idd4e8ad4b00064d180a50c7b98a4568804939f50
Signed-off-by: ZijianGuo <guozijn@gmail.com>
This commit is contained in:
parent
d3b41a181a
commit
1171a8d552
@ -22,5 +22,4 @@ interface_driver = openvswitch
|
||||
{% endif %}
|
||||
|
||||
[ovs]
|
||||
ovsdb_interface = native
|
||||
ovsdb_connection = tcp:127.0.0.1:{{ ovsdb_port }}
|
||||
|
@ -27,5 +27,4 @@ vpn_device_driver = {{ vpn_device_driver }}
|
||||
{% endif %}
|
||||
|
||||
[ovs]
|
||||
ovsdb_interface = native
|
||||
ovsdb_connection = tcp:127.0.0.1:{{ ovsdb_port }}
|
||||
|
Loading…
Reference in New Issue
Block a user