Reviewed: https://review.openstack.org/512399 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=9d5be5251f31ce78d76f0715402f6e1510ff41a5 Submitter: Zuul Branch: master
commit 9d5be5251f31ce78d76f0715402f6e1510ff41a5 Author: Trygve Vea <[email protected]> Date: Mon Oct 16 21:58:23 2017 +0200 Hide IPv6-addresses when assigning floating IP addresses A floating IP can only be associated with an IPv4 address, so we should not show IPv6 addresses in the list of ports when assigning floating IP addresses. Change-Id: I7b39a263445204a9efbc8fe113cc79146d9bee8c Closes-Bug: #1703360 Closes-Bug: #1724393 ** Changed in: horizon Status: In Progress => Fix Released -- 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/1703360 Title: Don't show IPv6 addresses when selecting port for floating IP Status in OpenStack Dashboard (Horizon): Fix Released Bug description: A floating IP can only be associated with an IPv4 address, trying to use an IPv6 address leads to an error like this: Error: Bad floatingip request: Cannot process floating IP association with fdb7:6005:3c07:0:f816:3eff:fe94:35d4, since that is not an IPv4 address. Neutron server returns request_ids: ['req-1ffbc2fb-5e84-44ac- 990e-62be46801e77'] So the selector should only show the IPv4 addresses of an instance to choose from in the "Associate Floating IP" action. Tested with current stable/ocata. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1703360/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

