kayobe/releasenotes/notes/custom-route-options-2ed446961262a34a.yaml
Mark Goddard 2b86fd9945 Add support for custom options in static routes
Currently it is possible to set the CIDR, gateway and route table for
static routes. Other options cannot be set. This change adds support for
setting arbitrary options via an 'options' attribute in the route, which
should be a list of additional options to apply.

Depends on
https://github.com/michaelrigart/ansible-role-interfaces/pull/74.

Story: 2007835
Task: 40122

Change-Id: Ib27deac4ddf4976a571b192ee5d1b8ca57701916
2020-07-08 19:25:40 +02:00

6 lines
165 B
YAML

---
features:
- |
Adds support for custom options in static routes. See `story 2007835
<https://storyboard.openstack.org/#!/story/2007835>`__ for details.