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

** Changed in: nova
    Milestone: None => liberty-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/1487350

Title:
  wrong exception msg of param backlog check

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  in file nova/wsgi.py, Line 128
  Line128    if backlog < 1:
        129      raise exception.InvalidInput(
        130              reason='The backlog must be more than 1')
  I think it wrong for variable reason='The backlog must be more than 1', 
because the condition is [if backlog < 1:]

  I think Line130 it should change from 'The backlog must be more than
  1' to 'The backlog must be more than 0'

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to