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>
This commit is contained in:
parent
2b8b04638d
commit
e1846d2e4b
1 changed files with 0 additions and 2 deletions
|
@ -57,7 +57,6 @@ options:
|
||||||
description:
|
description:
|
||||||
- Path to the LXC configuration file.
|
- Path to the LXC configuration file.
|
||||||
required: false
|
required: false
|
||||||
default: /etc/lxc/default.conf
|
|
||||||
lv_name:
|
lv_name:
|
||||||
description:
|
description:
|
||||||
- Name of the logical volume, defaults to the container name.
|
- Name of the logical volume, defaults to the container name.
|
||||||
|
@ -1687,7 +1686,6 @@ def main():
|
||||||
),
|
),
|
||||||
config=dict(
|
config=dict(
|
||||||
type='str',
|
type='str',
|
||||||
default='/etc/lxc/default.conf'
|
|
||||||
),
|
),
|
||||||
vg_name=dict(
|
vg_name=dict(
|
||||||
type='str',
|
type='str',
|
||||||
|
|
Loading…
Reference in a new issue