]> git.ipfire.org Git - thirdparty/lxc.git/commit
python3: Don't require a template name
authorStéphane Graber <stgraber@ubuntu.com>
Sun, 25 May 2014 12:36:28 +0000 (14:36 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 3 Jun 2014 15:31:09 +0000 (11:31 -0400)
commit8df68465f2e0425079aec7a4831acb8c04a97ae7
tree7579b12f3c43f66a3804ad8d5c4a6f13dc1d82c6
parent0d6b9aea632955950db29e61072f8fbd09f9d8ee
python3: Don't require a template name

The template name isn't required, if it's not passed, then create will
simply be asked to create a container without a rootfs.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/python-lxc/lxc.c
src/python-lxc/lxc/__init__.py