Merge pull request #1933 from evgeni/no-lxc-default.conf
do not set a default config for lxc containers
This commit is contained in:
commit
fb3d584abd
1 changed files with 1 additions and 2 deletions
|
@ -57,7 +57,7 @@ options:
|
|||
description:
|
||||
- Path to the LXC configuration file.
|
||||
required: false
|
||||
default: /etc/lxc/default.conf
|
||||
default: null
|
||||
lv_name:
|
||||
description:
|
||||
- Name of the logical volume, defaults to the container name.
|
||||
|
@ -1687,7 +1687,6 @@ def main():
|
|||
),
|
||||
config=dict(
|
||||
type='str',
|
||||
default='/etc/lxc/default.conf'
|
||||
),
|
||||
vg_name=dict(
|
||||
type='str',
|
||||
|
|
Loading…
Reference in a new issue