feat(nebula): adding mac address definition for nics
This commit is contained in:
@ -100,6 +100,7 @@ resource "opennebula_template" "vm_template" {
|
||||
content {
|
||||
network_id = nic.value.network_id
|
||||
model = "virtio"
|
||||
mac = nic.value.mac
|
||||
ip = nic.value.ip
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user