do not set a default config for lxc containers

otherwise deploying user-containers fail as these require information
from ~/.config/lxc/default.conf that the LXC tools will load if no
--config was supplied

Signed-off-by: Evgeni Golov <evgeni@golov.de>
reviewable/pr18780/r1
Evgeni Golov 9 years ago
parent 282221e5a0
commit 71b0067aa6

@ -57,7 +57,6 @@ options:
description:
- Path to the LXC configuration file.
required: false
default: /etc/lxc/default.conf
lv_name:
description:
- Name of the logical volume, defaults to the container name.
@ -1687,7 +1686,6 @@ def main():
),
config=dict(
type='str',
default='/etc/lxc/default.conf'
),
vg_name=dict(
type='str',

Loading…
Cancel
Save