diff options
| author | Jason Koelker <jason@koelker.net> | 2011-08-15 16:47:48 -0500 |
|---|---|---|
| committer | Jason Koelker <jason@koelker.net> | 2011-08-15 16:47:48 -0500 |
| commit | 8b4805b24bb51adca501a38b4b7dbf730cc826d2 (patch) | |
| tree | 361f50234b6d7823ea425c6b1fbf656032a7518e | |
| parent | cef63a6c2e8f3e1baa126ba41703aac81c2fc6ae (diff) | |
pep8
| -rw-r--r-- | nova/compute/manager.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py index 16b8e14b4..4e84cb936 100644 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -1315,7 +1315,8 @@ class ComputeManager(manager.SchedulerDependentManager): # This nwfilter is necessary on the destination host. # In addition, this method is creating filtering rule # onto destination host. - self.driver.ensure_filtering_rules_for_instance(instance_ref, network_info) + self.driver.ensure_filtering_rules_for_instance(instance_ref, + network_info) # Preparation for block migration if block_migration: |
