Files
openstack-ansible/releasenotes/notes/liberalize_static_routes_defenition-0625db80bcf2e2ed.yaml
Dmitriy Rabotyagov 3abf0ecebc Freeze roles for 31.0.0.0b1 release
Change-Id: I43f5f6d33d29f5526d76fec333e2978a7c61f8cc
2025-04-03 17:50:55 +02:00

16 lines
536 B
YAML

---
features:
- |
Keys for ``static_routes`` were liberalized and now can accept any
parameter supported by ``[Route]`` section of systemd-networkd.
upgrade:
- |
Following keys for ``static_routes`` list were renamed in order to
match with options available in systemd-networkd configuration files:
- ``cidr`` -> ``Destination``
- ``gateway`` -> ``Gateway``
While backwards compatability was kept, it's highly recommended to
use new keys as support for old key names will be removed in the future.