File: Add-get-methods-to-driver-lib-dae3c217e7ac9e82.yaml

package info (click to toggle)
python-octavia-lib 3.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 536 kB
  • sloc: python: 2,148; sh: 57; makefile: 23
file content (11 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - |
    The driver-lib now provides "get" methods for drivers to be able to
    query for objects by id. For example, get_loadbalancer(loadbalancer_id).
fixes:
  - Improved the driver_lib connecting to the driver-agent sockets.
  - Fixed a bug where the data model to_dict() may not recurse properly.
  - |
    Message receiving for the driver_lib will timeout after no response
    from the driver-agent.