summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Willey <todd@ansolabs.com>2011-05-26 11:53:25 -0400
committerTodd Willey <todd@ansolabs.com>2011-05-26 11:53:25 -0400
commita5c9f44295df4054e9afb135aaa76c5e34cc3624 (patch)
treea3a6702520b8ad30de05bdf2964ac2712e2b8eb3
parent459864dc0a05e6a0db642e9cb80ceade7b000ce8 (diff)
Double quotes are ugly #3.
-rw-r--r--nova/virt/libvirt/firewall.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/virt/libvirt/firewall.py b/nova/virt/libvirt/firewall.py
index 4e0df323d..5bdc0c1c6 100644
--- a/nova/virt/libvirt/firewall.py
+++ b/nova/virt/libvirt/firewall.py
@@ -513,7 +513,7 @@ class IptablesFirewallDriver(FirewallDriver):
network_info = netutils.get_network_info(instance)
self.nwfilter.setup_basic_filtering(instance, network_info)
if not self.basicly_filtered:
- LOG.debug(_("iptables firewall: Setup Basic Filtering"))
+ LOG.debug(_('iptables firewall: Setup Basic Filtering'))
self.refresh_provider_fw_rules()
self.basicly_filtered = True
@@ -638,7 +638,7 @@ class IptablesFirewallDriver(FirewallDriver):
security_group['id'])
for rule in rules:
- LOG.debug(_("Adding security group rule: %r"), rule)
+ LOG.debug(_('Adding security group rule: %r'), rule)
if not rule.cidr:
# Eventually, a mechanism to grant access for security