canonical / pylxd

Python module for LXD
https://pylxd.readthedocs.io/en/latest/
Apache License 2.0
256 stars 135 forks source link

Pass _APINode.session down to children classes #533

Closed sparkiegeek closed 1 year ago

sparkiegeek commented 1 year ago

Fixes #360

Allow callers to modify the session and have it persisted through the API path traversal.

Signed-off-by: Adam Collard adam.collard@canonical.com