fog / fog-ovirt

MIT License
11 stars 21 forks source link

Fixes #30834 - Add support for vnic profile #98

Closed shiramax closed 3 years ago

shiramax commented 3 years ago

VNIC profile was introduced in oVirt 3.3, VNICl wraps a few properties: Network Quality of Service Port mirroring Custom properties

so. In ovirt, you can no longer create a VM with network, you have to create a VM with vnic profile... In ovirt, if you created a network without vnic profile, an automatically vnicprofile will be created with the same network name.

shiramax commented 3 years ago

@orrabin @ShimShtein can you please review?

orrabin commented 3 years ago

Thanks @shiramax !