Reviewed: https://review.opendev.org/656866 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=43034cbb2330c476325edd1c6854dd93a30d8814 Submitter: Zuul Branch: master
commit 43034cbb2330c476325edd1c6854dd93a30d8814 Author: Siebe Claes <[email protected]> Date: Thu May 2 22:44:06 2019 +0200 Fixes IPv6 static route addition This change fixes the form validation error while adding IPv6 static routes to a router through the OpenStack Dashboard. Unit tests to cover this action have also been added. Change-Id: Ied0fd27dbbc33a98617c049977539c5b3c71cdfe Closes-Bug: #1523341 ** 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/1523341 Title: Unable to add ipv6 static route Status in OpenStack Dashboard (Horizon): Fix Released Bug description: On Liberty release. When I add a ipv6 static route on Project->Network->Routers->Static Route->Add Static Route, Horizon returns "Invalid version for IP address". The same ipv6 static route can be added with neutron cli. # neutron -v router-update router0 -- --routes type=dict list=true destination=2002::0/64,nexthop=2001::100 # neutron router-show router0 +-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Field | Value | +-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | admin_state_up | True | | distributed | False | | external_gateway_info | {"network_id": "63c39233-e44b-400b-b8c3-9a185568eedc", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f8f96fa1-6233-4eae-92f0-fca1848bb275", "ip_address": "172.16.207.5"}]} | | ha | False | | id | b02c7c45-f807-47d8-8335-fbffb3a2b6b6 | | name | router0 | | routes | {"destination": "2002::0/64", "nexthop": "2001::100"} | | status | ACTIVE | | tenant_id | ace870e6790a4195b1b50fe69adbab69 | +-----------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1523341/+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

