diff options
| author | Todd Willey <todd@ansolabs.com> | 2011-05-31 16:28:46 -0400 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2011-05-31 16:28:46 -0400 |
| commit | 2c1dd72060fccbe7f32a6aa08c1ce67476806680 (patch) | |
| tree | bb1cad48cc34b8b952e802d410a2ed268c863d08 | |
| parent | eca6c3098144c1bf917725d906a50141a5aaef4e (diff) | |
Whitespace cleanups.
| -rw-r--r-- | nova/virt/libvirt/firewall.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/virt/libvirt/firewall.py b/nova/virt/libvirt/firewall.py index c4192fac0..28cd9fe9c 100644 --- a/nova/virt/libvirt/firewall.py +++ b/nova/virt/libvirt/firewall.py @@ -81,7 +81,7 @@ class FirewallDriver(object): Gets called when a rule has been added to or removed from the list of rules (via admin api). - + """ raise NotImplementedError() @@ -306,7 +306,7 @@ class NWFilterFirewall(FirewallDriver): def prepare_instance_filter(self, instance, network_info=None): """Creates an NWFilter for the given instance. - + In the process, it makes sure the filters for the provider blocks, security groups, and base filter are all in place. |
