6556a9baae
As described in https://bugs.launchpad.net/neutron/+bug/1531890, the ovs agent does not use the 'agent_tunneling' setting in openvswitch_agent.ini, instead it uses 'tunnel_types'. This fix removes it from being set in the .ini file and also sets local_ip, tunnel_bridge, etc. based on the 'tunnel_types' hieradata parameter. The hieradata 'enable_tunneling' is being removed in https://review.openstack.org/#/c/335235/. Partial-Bug: 1532830 Change-Id: I73630653330c67444827f32740c44e9d25b5db31
8 lines
242 B
YAML
8 lines
242 B
YAML
---
|
|
deprecations:
|
|
- The option enable_tunneling has been deprecated as it is no longer used.
|
|
In order to enable tunneling, tunnel_types should be set to
|
|
the desired type.
|
|
If tunnel_types is not set, tunneling will be disabled.
|
|
|