On Fri, Jan 24, 2014 at 11:05:16AM +0100, Klaus Aehlig wrote: > On Fri, Jan 24, 2014 at 11:02:12AM +0100, Jose A. Lopes wrote: > > From: "Jose A. Lopes" <[email protected]> > > > > Most hypervisors were calling '_InstanceStartupMemory' but not passing > > the 'hvparams' keyword argument. Actually, it is not necessary to > > pass this argument given that it is an attribute in the instance > > object, which is passed. This patch removes the 'hvparams' arg all > > together, fixes the function and the calls to it. > > > > Fixes issue 691. > > > > Signed-off-by: Jose A. Lopes <[email protected]> > > Signed-off-by: Jose A. Lopes <[email protected]> > > --- > > lib/hypervisor/hv_base.py | 4 ++-- > > lib/hypervisor/hv_xen.py | 3 +-- > > 2 files changed, 3 insertions(+), 4 deletions(-) > > LGTM
Thanks, pushed. Jose > -- > Klaus Aehlig > Google Germany GmbH, Dienerstr. 12, 80331 Muenchen > Registergericht und -nummer: Hamburg, HRB 86891 > Sitz der Gesellschaft: Hamburg > Geschaeftsfuehrer: Graham Law, Christine Elizabeth Flores -- Jose Antonio Lopes Ganeti Engineering Google Germany GmbH Dienerstr. 12, 80331, München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores Steuernummer: 48/725/00206 Umsatzsteueridentifikationsnummer: DE813741370
