I'm using ovirtskd4 in python with oVirt Engine version 4.1.2.2-1.el7.centos. I'm trying to create a new Network on an Openstack Network Provider. If I use the web page GUI I can just click "Export" and select the provider from the pull down.
Similarly, if I use the api and do
conn.system_service().openstack_network_providers_service().list()
I see the OpenStackNetworkProvider
instance I want. I can't seem to find a path to either an openstack_networks_service
that has an add
method or a way to add an external
or provider
field to a Network
object to create the external network.
What is the right way with the API to create a network using an external provider?
While I didn't find a good solution for using the API directly for all of it, I did come up with a solution. I first directly contact the Neutron server to create the network, then go back to the ovirt sdk to bring that network into the data center/cluster I want: