Fixed a typo, breaks protobuf.
This commit is contained in:
parent
27e08ea2be
commit
bc7adaa258
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ cloudinit = lv.CloudInitDisk("cloud-init",
|
||||||
network_config = networkconfig
|
network_config = networkconfig
|
||||||
)
|
)
|
||||||
|
|
||||||
vm = lv.Domain(vm.name,
|
vm = lv.Domain(conf.name,
|
||||||
boot_devices = [ lv.DomainBootDeviceArgs(
|
boot_devices = [ lv.DomainBootDeviceArgs(
|
||||||
devs = [ "hd", "cdrom" ]
|
devs = [ "hd", "cdrom" ]
|
||||||
) ],
|
) ],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue