[lxc-users] ANN: pyLXD 2.0.2 released
Paul Hummer
paul.hummer at canonical.com
Wed Jun 8 15:04:21 UTC 2016
I'm pleased to announce pylxd 2.0.2 has been released. Among the notable
changes:
- `Client.events` provides a stream of events from LXD, over a websocket.
This allows users to write event hooks on specific events.
- `Container.execute` has changed a bit. The original implementation had
a bug in it where the commands weren't executing properly. Now you must
pass a list of commands to it, and will return a two part tuple with the
contents of stdout and stderr results from the command.
- Minor bugs and refactors
On the roadmap for the next release of pylxd...
- Client authentication via generated certificates (right now, if you try
to use untrusted certificates, an exception is raised).
- Support for container migration
As always, please use in anger, and file bugs at
https://github.com/lxc/pylxd/issues
Cheers,
Paul
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxcontainers.org/pipermail/lxc-users/attachments/20160608/f9009832/attachment.html>
More information about the lxc-users
mailing list