File: add-support-for-setting-static-routes-b3ce6cac2c5e9e51.yaml

package info (click to toggle)
python-openstacksdk 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,352 kB
  • sloc: python: 122,960; sh: 153; makefile: 23
file content (9 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    The networking API v2 specification, which is implemented by OpenStack
    Neutron, features an optional routes parameter - when updating a router
    (PUT requests). Static routes are crucial for routers to handle traffic
    from subnets not directly connected to a router.  The routes parameter has
    now been added to the OpenStackCloud.update_router method as a list of
    dictionaries with destination and nexthop parameters.