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
_______________________________________________
lxc-users mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to