On Thu, Dec 5, 2013 at 10:00 AM, Jose A. Lopes <[email protected]> wrote: > Interdiff > > diff --git a/lib/hypervisor/hv_xen.py b/lib/hypervisor/hv_xen.py > index dbb56da..180a1b7 100644 > --- a/lib/hypervisor/hv_xen.py > +++ b/lib/hypervisor/hv_xen.py > @@ -520,14 +520,14 @@ class XenHypervisor(hv_base.BaseHypervisor): > return self._StopInstance(name, force) > > def _ShutdownInstance(self, name): > - """Shutdown an instance if the instance if the instance is running. > + """Shutdown an instance if the instance is running. > > @type name: string > @param name: name of the instance to stop > > The '-w' flag waits for shutdown to complete which avoids the need > - to poll in the case where we want to destroy the domain immediatly > - after it has shutdown. > + to poll in the case where we want to destroy the domain > + immediately after it has shutdown. > > """ > instance_info = self.GetInstanceInfo(name) > > Thanks, > Jose >
LGTM, thanks. -- 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
