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

package info (click to toggle)
python-openstacksdk 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,712 kB
  • sloc: python: 127,028; sh: 153; makefile: 23
file content (9 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (6)
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.