From af7a495d7a2b394938e9677fc7fe679c9a963f8c Mon Sep 17 00:00:00 2001 From: Rick Harris Date: Wed, 14 Sep 2011 18:22:39 -0500 Subject: PEP8 fix --- nova/virt/xenapi/vmops.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nova/virt/xenapi/vmops.py b/nova/virt/xenapi/vmops.py index e7296e32c..6e768ba70 100644 --- a/nova/virt/xenapi/vmops.py +++ b/nova/virt/xenapi/vmops.py @@ -155,6 +155,7 @@ class VMOps(object): def spawn(self, context, instance, network_info): total_steps = 4 progress = {'value': 0} + def bump_progress(): # FIXME(sirp): for now we're taking a KISS approach to # instance-build-progress: -- cgit