[ovirt-users] Re: ovirt-sdk_external network add

2019-01-31 Thread ada per
Perfect! Thanks!!!  On Thu, 31 Jan 2019, 11:37 Dominik Holler On Thu, 31 Jan 2019 10:52:21 +0200 > ada per wrote: > > > Thank you for your reply, > > > > Unfortunately i check all documentation and i cant seem to find the > > cloud name that is generated by default from ovirt for openstack >

[ovirt-users] Re: ovirt-sdk_external network add

2019-01-31 Thread Dominik Holler
On Thu, 31 Jan 2019 10:52:21 +0200 ada per wrote: > Thank you for your reply, > > Unfortunately i check all documentation and i cant seem to find the > cloud name that is generated by default from ovirt for openstack > instances. I tried the hostname i used, the provider name etc but >

[ovirt-users] Re: ovirt-sdk_external network add

2019-01-31 Thread ada per
Thank you for your reply, Unfortunately i check all documentation and i cant seem to find the cloud name that is generated by default from ovirt for openstack instances. I tried the hostname i used, the provider name etc but nothing seems to work On Wed, Jan 30, 2019 at 4:34 PM Dominik Holler

[ovirt-users] Re: ovirt-sdk_external network add

2019-01-30 Thread Dominik Holler
On Wed, 30 Jan 2019 16:25:02 +0200 ada per wrote: > Just something i noticed with the removal of external logical networks > script: > > > > network_service = networks_service.network_service(network.id) > > > network_service.remove() > > it only removes the network from the network list , it

[ovirt-users] Re: ovirt-sdk_external network add

2019-01-30 Thread ada per
Just something i noticed with the removal of external logical networks script: > > network_service = networks_service.network_service(network.id) > > network_service.remove() it only removes the network from the network list , it does not remove it from the external provider. And for that reason

[ovirt-users] Re: ovirt-sdk_external network add

2019-01-29 Thread Dominik Holler
On Tue, 29 Jan 2019 13:08:06 +0200 ada per wrote: > thank you!! > > Is there any other method to use the network name instead of id? if > not its fine, i ll use the list networks first and then match the > ids with the names and delete accordingly > I am not aware. If you want to have more

[ovirt-users] Re: ovirt-sdk_external network add

2019-01-29 Thread ada per
thank you!! Is there any other method to use the network name instead of id? if not its fine, i ll use the list networks first and then match the ids with the names and delete accordingly On Tue, Jan 29, 2019 at 12:46 PM Dominik Holler wrote: > On Tue, 29 Jan 2019 12:23:32 +0200 > ada per

[ovirt-users] Re: ovirt-sdk_external network add

2019-01-29 Thread Dominik Holler
On Tue, 29 Jan 2019 12:23:32 +0200 ada per wrote: > Hello again, > > And how about to delete a logical network? > as remove option is not available in: > system_service().networks_service() > network_service = networks_service.network_service(network.id) network_service.remove() > On Mon,

[ovirt-users] Re: ovirt-sdk_external network add

2019-01-29 Thread ada per
Hello again, And how about to delete a logical network? as remove option is not available in: system_service().networks_service() On Mon, Jan 28, 2019 at 7:01 PM Dominik Holler wrote: > On Mon, 28 Jan 2019 16:34:30 - > "ada per" wrote: > > > Hello everyone, > > I have the following

[ovirt-users] Re: ovirt-sdk_external network add

2019-01-28 Thread Dominik Holler
On Mon, 28 Jan 2019 16:34:30 - "ada per" 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