[Yahoo-eng-team] [Bug 1599698] Re: Associating a floating IP address to a server through Horizon failed

2016-07-09 Thread OpenStack Infra
Reviewed: https://review.openstack.org/339008 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=04b197947715690c79d28d0a834348752e187013 Submitter: Jenkins Branch:master commit 04b197947715690c79d28d0a834348752e187013 Author: Brian Haley Date: Thu Jul 7 09:49:47 2016

[Yahoo-eng-team] [Bug 1599698] Re: Associating a floating IP address to a server through Horizon failed

2016-07-07 Thread Brian Haley
I'm not sure if there is also a problem with Horizon, but clearly there's a typo in the message string: msg = (_('Floating IP %(floatingip_id)s is associated ' 'with non-IPv4 address %s(internal_ip)s and ' 'therefore cannot be bound.') % data) %s(internal_ip)s is bogus - I'll se