On Fri, May 22, 2009 at 10:39:26AM +0100, Guido Trotter wrote: > > Signed-off-by: Guido Trotter <[email protected]> > --- > lib/hypervisor/hv_kvm.py | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/lib/hypervisor/hv_kvm.py b/lib/hypervisor/hv_kvm.py > index babe02f..4ac5fc8 100644 > --- a/lib/hypervisor/hv_kvm.py > +++ b/lib/hypervisor/hv_kvm.py > @@ -76,6 +76,10 @@ class KVMHypervisor(hv_base.BaseHypervisor): > _MIGRATION_STATUS_RE = re.compile('Migration\s+status:\s+(\w+)', > re.M | re.I) > > + ANCILLARY_FILES = [ > + constants.KVM_NETWORK_SCRIPT, > + ] > +
I would have been happy with a local module constants too :) Reviewed-by: Iustin Pop <[email protected]>
