mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed typo in lxc module: lvname parameter typo
This commit is contained in:
parent
283d86ec12
commit
21e0cd4a5e
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ def cloud_init_interface(name, vm_=None, **kwargs):
|
|||
Use snapshot when cloning the container source
|
||||
vgname
|
||||
if using LVM: vgname
|
||||
lgname
|
||||
lvname
|
||||
if using LVM: lvname
|
||||
ip
|
||||
ip for the primary nic
|
||||
|
|
Loading…
Add table
Reference in a new issue