[ovirt-users] Re: Issue adding Network to host with Python SDK

2019-07-04 Thread Joey Ma
Hi Don, so glad to see it worked. :) On Wed, Jul 3, 2019 at 11:42 PM Don Dupuis wrote: > Joey > The setup_networks/modified_network_attachments methods took care of my > issue. > > Thanks > Don > > On Wed, Jul 3, 2019 at 8:15 AM Don Dupuis wrote: > >> Thanks, I will check it out. >> >> On Wed,

[ovirt-users] Re: Issue adding Network to host with Python SDK

2019-07-03 Thread Don Dupuis
Joey The setup_networks/modified_network_attachments methods took care of my issue. Thanks Don On Wed, Jul 3, 2019 at 8:15 AM Don Dupuis wrote: > Thanks, I will check it out. > > On Wed, Jul 3, 2019 at 12:06 AM Joey Ma wrote: > >> Hi Don, >> >> One feasible way to manipulate host

[ovirt-users] Re: Issue adding Network to host with Python SDK

2019-07-03 Thread Don Dupuis
Thanks, I will check it out. On Wed, Jul 3, 2019 at 12:06 AM Joey Ma wrote: > Hi Don, > > One feasible way to manipulate host networks/nics is using > `host_service.setup_networks()` function. You could refer to [1] and [2] > for the official directive details. Hopefully it will be useful. > >

[ovirt-users] Re: Issue adding Network to host with Python SDK

2019-07-02 Thread Joey Ma
Hi Don, One feasible way to manipulate host networks/nics is using `host_service.setup_networks()` function. You could refer to [1] and [2] for the official directive details. Hopefully it will be useful. Regards, Joey [1]: