d700c00a90
This patch adds get methods to the driver-lib which allows provider drivers to query for objects by ID. In support of the get methods, this patch fixes a bug in the data model to_dict() where it may not properly recurse the objects. It also improves connecting to the driver agent sockets and adds a timeout while waiting to receive data from the driver-agent. Change-Id: Ia69d1f61571a1a65dee585037affb317999d7ade Story: 2005870 Task: 33682
12 lines
422 B
YAML
12 lines
422 B
YAML
---
|
|
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.
|