Hello everyone,
I have the following script,
i ve been looking in ovirt-sdk but i cannot seem to find the proper way of
adding an external provider network under ovirt-ovn
I manage to add logical networks and vlans but no luck in external provider.
Any advice is appreciated
network = networks_service.add(
network=types.Network(
name='ext_net',
description='Testing network',
data_center=types.DataCenter(
name='Default'
),
usages=[types.NetworkUsage.VM],
external_provider='ovirt-provider-ovn', -->i know this part is
wrong what is it supposed to be called?
),
_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct:
https://www.ovirt.org/community/about/community-guidelines/
List Archives:
https://lists.ovirt.org/archives/list/[email protected]/message/LGGF7HZTMWDMCLNUATLHIXRYP7666TE4/