← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1411396] [NEW] Missing space in error message in neutron/db/l3_db.py

 

*** This bug is a duplicate of bug 1411347 ***
    https://bugs.launchpad.net/bugs/1411347

Public bug reported:

Error message on line 746 is missing a space between lines:

msg = (_('Cannot add floating IP to port %s that has'
         'no fixed IP addresses') % internal_port['id'])

Should be:

msg = (_('Cannot add floating IP to port %s that has '
         'no fixed IP addresses') % internal_port['id'])

** Affects: neutron
     Importance: Undecided
         Status: New

** This bug has been marked a duplicate of bug 1411347
   Missing space in error message in neutron/db/l3_db.py

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

Title:
  Missing space in error message in neutron/db/l3_db.py

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  Error message on line 746 is missing a space between lines:

  msg = (_('Cannot add floating IP to port %s that has'
           'no fixed IP addresses') % internal_port['id'])

  Should be:

  msg = (_('Cannot add floating IP to port %s that has '
           'no fixed IP addresses') % internal_port['id'])

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


Follow ups

References