yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #27782
[Bug 1411347] Re: Missing space in error message in neutron/db/l3_db.py
** Changed in: neutron
Status: Fix Committed => Fix Released
** Changed in: neutron
Milestone: None => kilo-2
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
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):
Fix Released
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