diff options
author | Soren Hansen <soren@linux2go.dk> | 2011-03-11 23:34:26 +0100 |
---|---|---|
committer | Soren Hansen <soren@linux2go.dk> | 2011-03-11 23:34:26 +0100 |
commit | 2ac7fa75c02c885fc9d4dfacba8318aadbdbfceb (patch) | |
tree | f8d190232015390b0a007a4bc46182fdf4cb4846 | |
parent | 46d1f6a8c888c1f6fdf12cf26df67eada1e8505b (diff) | |
download | nova-2ac7fa75c02c885fc9d4dfacba8318aadbdbfceb.tar.gz nova-2ac7fa75c02c885fc9d4dfacba8318aadbdbfceb.tar.xz nova-2ac7fa75c02c885fc9d4dfacba8318aadbdbfceb.zip |
Indentation adjustment (cosmetical).
-rw-r--r-- | nova/virt/libvirt_conn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/libvirt_conn.py b/nova/virt/libvirt_conn.py index d82b33ddd..678331eed 100644 --- a/nova/virt/libvirt_conn.py +++ b/nova/virt/libvirt_conn.py @@ -1243,7 +1243,7 @@ class IptablesFirewallDriver(FirewallDriver): self.iptables.apply() else: LOG.info(_('Attempted to unfilter instance %s which is not ' - 'filtered'), instance['id']) + 'filtered'), instance['id']) def prepare_instance_filter(self, instance): self.instances[instance['id']] = instance |