Filed in Horizon by mistake, will reopen in Neutron.

** Changed in: horizon
       Status: Triaged => Invalid

** Project changed: horizon => neutron

** Changed in: neutron
    Milestone: kilo-2 => None

** Changed in: neutron
       Status: Invalid => In Progress

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

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

Status in OpenStack Neutron (virtual network service):
  In Progress

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/1411347/+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