Code review comment for lp:~rconradharris/nova/bug705790

Revision history for this message
Ed Leafe (ed-leafe) wrote :

Lines 49-50 should be changed to use mapping instead of positional formatting:

LOG.debug(_('VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s') % locals())

Otherwise, lgtm.

review: Approve

« Back to merge proposal