On Mon, 28 Jan 2019 16:34:30 -0000
"ada per" <[email protected]> wrote:
> 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? ),
external_provider=types.OpenStackNetworkProvider(
id=provider.id
)
please find a full example script in
https://gist.github.com/dominikholler/be7286931c0ea26b14965a5f91783cd4
> _______________________________________________
> 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/
_______________________________________________
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/NDVTGOIK7YVHKBUSKXDWF7KQ7PFJFISN/