The error message on line 746 was missing a space before the
linebreak.
Change-Id: Ifd5b6ef5566adb52d6b5c1d1ee9280e63dac0463
Closes-bug:
1411347
else:
ips = [ip['ip_address'] for ip in internal_port['fixed_ips']]
if not ips:
- msg = (_('Cannot add floating IP to port %s that has'
+ msg = (_('Cannot add floating IP to port %s that has '
'no fixed IP addresses') % internal_port['id'])
raise n_exc.BadRequest(resource='floatingip', msg=msg)
if len(ips) > 1: