← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1412727] Re: LOG.warn(msg, xxx) can't be found by pep8 check

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => kilo-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1412727

Title:
  LOG.warn(msg, xxx) can't be found by pep8 check

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  nova had check for LOG.warn becaues of p3
  compatible issue , but it didn't include the check for
  the LOG.warn(msg, xxx) format

  so the following violation can't be found
   msg = _('abc')
   LOG.warn(msg, xxx)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1412727/+subscriptions


References