← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1618881] [NEW] Exception raised has double full stop

 

Public bug reported:

An example:

Invalid input for operation: Exceeded maximum amount of fixed ips per
port..

Reason - neutron lib exception has a full stop:

class InvalidInput(BadRequest):
    """A bad request due to invalid input.
    A specialization of the BadRequest error indicating bad input was
    specified.
    :param error_message: Details on the operation that failed due to bad
    input.
    """
    message = _("Invalid input for operation: %(error_message)s.")

** Affects: neutron
     Importance: Undecided
     Assignee: Gary Kotton (garyk)
         Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1618881

Title:
  Exception raised has double full stop

Status in neutron:
  In Progress

Bug description:
  An example:

  Invalid input for operation: Exceeded maximum amount of fixed ips per
  port..

  Reason - neutron lib exception has a full stop:

  class InvalidInput(BadRequest):
      """A bad request due to invalid input.
      A specialization of the BadRequest error indicating bad input was
      specified.
      :param error_message: Details on the operation that failed due to bad
      input.
      """
      message = _("Invalid input for operation: %(error_message)s.")

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


Follow ups