Change disk type to str to allow correct usage of rootfs for LXC (#2091)
This commit is contained in:
parent
002ce4b352
commit
c0a677aa3a
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ def main():
|
|||
password = dict(no_log=True),
|
||||
hostname = dict(),
|
||||
ostemplate = dict(),
|
||||
disk = dict(type='int', default=3),
|
||||
disk = dict(type='str', default='3'),
|
||||
cpus = dict(type='int', default=1),
|
||||
memory = dict(type='int', default=512),
|
||||
swap = dict(type='int', default=0),
|
||||
|
|
Loading…
Reference in a new issue