]> git.proxmox.com Git - mirror_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, 7 Mar 2014 22:18:51 +0000 (17:18 -0500)
commitd3de16bb56b418884b41c50a4d15543129b5a564
tree92dab495368e7b49be3b68f38f89078bd1286672
parent9ec38a6dd72091d146e926291116f6223bfda169
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