puppet-neutron/releasenotes/notes/newton_deprecate_enable_tunneling-d7f6e2de1091b458.yaml
Bob Fournier 6556a9baae Remove unused enable_tunneling in openvswitch_agent.ini
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
2016-07-21 09:56:48 -04:00

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.