Merge "Added conversion specifier for proper log"

This commit is contained in:
Jenkins 2013-05-26 12:31:16 +00:00 committed by Gerrit Code Review
commit b8960ea393
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ class RuleManager:
# create an accept rule
properties = self._properties(rule_id)
LOG.debug(_("RuleManager.create_for_sg_rule: adding accept rule "
"%(rule_id) in portgroup %(port_group_id)s"),
"%(rule_id)s in portgroup %(port_group_id)s"),
{'rule_id': rule_id, 'port_group_id': port_group_id})
chain.add_rule().port_group(port_group_id).type('accept').nw_proto(
nw_proto).nw_src_address(nw_src_address).nw_src_length(