yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #26923
[Bug 1411347] Re: Missing space in error message in neutron/db/l3_db.py
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
References