Fixed a typo, breaks protobuf.
This commit is contained in:
parent
27e08ea2be
commit
bc7adaa258
@ -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…
Reference in New Issue
Block a user