]> git.ipfire.org Git - thirdparty/lxc.git/commit
lxc-create: Require --template be passed
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 7 Mar 2014 20:29:12 +0000 (15:29 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 6 Nov 2015 18:35:26 +0000 (13:35 -0500)
commitcb4c20629e746485f42e9e59ba70a846d3b19796
tree1c612318c505713b44932a966cc299fdea17dc1d
parentc94ee7a0d54d189713c0d4775e8f8fbd27dc0e2a
lxc-create: Require --template be passed

It's often been reported that the behavior of lxc-create without -t is a
bit confusing. This change makes lxc-create require the --template
option and introduces a new "none" special value which when set will
fallback to the old template-less behavior.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
doc/lxc-create.sgml.in
src/lxc/lxc_create.c