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

Bug #1411347 reported by John Davidge
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Low
John Davidge

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'])

Changed in horizon:
assignee: nobody → John Davidge (john-davidge)
description: updated
Changed in horizon:
importance: Undecided → Low
status: New → Triaged
milestone: none → kilo-2
Revision history for this message
John Davidge (john-davidge) wrote :

Filed in Horizon by mistake, will reopen in Neutron.

Changed in horizon:
status: Triaged → Invalid
affects: horizon → neutron
Changed in neutron:
milestone: kilo-2 → none
status: Invalid → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/147610
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=50668d94afd26089c25dbbf2b290c9fc313f2eee
Submitter: Jenkins
Branch: master

commit 50668d94afd26089c25dbbf2b290c9fc313f2eee
Author: John Davidge <email address hidden>
Date: Thu Jan 15 09:45:47 2015 -0800

    Replace missing space in error message

    The error message on line 746 was missing a space before the
    linebreak.

    Change-Id: Ifd5b6ef5566adb52d6b5c1d1ee9280e63dac0463
    Closes-bug: 1411347

Changed in neutron:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in neutron:
milestone: none → kilo-2
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in neutron:
milestone: kilo-2 → 2015.1.0
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.