LGTM, thanks
On Tue, Dec 10, 2013 at 1:09 PM, Jose A. Lopes <[email protected]> wrote: > Fixes issue from > * 0bbec3afa3443db71a0069465ff3db2229e99740 > * 0200a1af0c659b1657fcaa0563d491f7d8315020 > > Signed-off-by: Jose A. Lopes <[email protected]> > --- > lib/hypervisor/hv_kvm.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/hypervisor/hv_kvm.py b/lib/hypervisor/hv_kvm.py > index bd43af6..819541b 100644 > --- a/lib/hypervisor/hv_kvm.py > +++ b/lib/hypervisor/hv_kvm.py > @@ -1026,7 +1026,7 @@ class KVMHypervisor(hv_base.BaseHypervisor): > data = [] > for name in os.listdir(self._PIDS_DIR): > try: > - info = self.GetInstanceInfo(name) > + info = self.GetInstanceInfo(name, hvparams) > except errors.HypervisorError: > # Ignore exceptions due to instances being shut down > continue > -- > 1.8.5.1 > > -- -- Helga Velroyen | Software Engineer | [email protected] | 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
