Re: [Users] How to change number of cpu cores in Ovirt 3.1 with the python sdk.

2012-09-27 Thread Michael Pasternak
Well done Steve!, Don, Use method/s __doc__, you'll find there how to build parameters holder, vm.add() for instance, looks like this: ... [@param vm.os.boot: collection] { [@ivar boot.dev: string] } ... [@param vm.cpu.topology.cores:

Re: [Users] How to change number of cpu cores in Ovirt 3.1 with the python sdk.

2012-09-27 Thread Don Dupuis
Thanks I did find that information yesterday. Thanks for explaining the detail. Also thanks for the quick response on the mailing list. Don On Thu, Sep 27, 2012 at 5:23 AM, Michael Pasternak mpast...@redhat.com wrote: Well done Steve!, Don, Use method/s __doc__, you'll find there how to

Re: [Users] How to change number of cpu cores in Ovirt 3.1 with the python sdk.

2012-09-25 Thread Steve Gordon
- Original Message - From: Don Dupuis donds...@gmail.com To: Itamar Heim ih...@redhat.com Cc: users@ovirt.org Sent: Monday, September 24, 2012 8:08:40 PM Subject: Re: [Users] How to change number of cpu cores in Ovirt 3.1 with the python sdk. I know the layout of the xml stuff,

Re: [Users] How to change number of cpu cores in Ovirt 3.1 with the python sdk.

2012-09-25 Thread Steve Gordon
- Original Message - From: Don Dupuis donds...@gmail.com To: Steve Gordon sgor...@redhat.com Cc: users@ovirt.org Sent: Tuesday, September 25, 2012 11:03:44 AM Subject: Re: [Users] How to change number of cpu cores in Ovirt 3.1 with the python sdk. Steve THANKS!!! That did the

Re: [Users] How to change number of cpu cores in Ovirt 3.1 with the python sdk.

2012-09-25 Thread Don Dupuis
Steve Thanks for explaining it. I am still new to python. Don On Tue, Sep 25, 2012 at 10:32 AM, Steve Gordon sgor...@redhat.com wrote: - Original Message - From: Don Dupuis donds...@gmail.com To: Steve Gordon sgor...@redhat.com Cc: users@ovirt.org Sent: Tuesday, September 25, 2012

Re: [Users] How to change number of cpu cores in Ovirt 3.1 with the python sdk.

2012-09-24 Thread Itamar Heim
On 09/24/2012 09:56 PM, Don Dupuis wrote: I am using Ovirt 3.1 with the ovirt-engine-sdk. I have written a python script using this sdk but I can't seem to get the parameters right to change the cpu cores when creating the vm. All the other parameters I want to change works just fine. Does