1. created network with ipv6 neutron subnet-create net201 21.0.0.0/24 --name subnet-21-id-201 --dns_nameservers list=true 10.35.28.28 --name v6-network --ip-version 6 --ipv6-ra-mode slaac --ipv6-address-mode slaac neutron subnet-create net201 3001::10/64 --name v6-network --ip-version 6 --ipv6-ra-mode slaac --ipv6-address-mode slaac neutron router-create router1 neutron router-interface-add router1 subnet-21-id-201 neutron router-interface-add router1 v6-network 2. booted a VM and ssh via IPv4 3. check default gw ip - neutron router-port-list router1 4. ping the router ipv6 address 5. checked agent host the router 6. kill that host echo "b" > /proc/sysrq-trigger 7. pings from VM must keep running openstack-neutron-2015.1.2-7.el7ost.noarch [stack@instack ~]$ [stack@instack ~]$ neutron l3-agent-list-hosting-router router1 +--------------------------------------+------------------------------------+----------------+-------+----------+ | id | host | admin_state_up | alive | ha_state | +--------------------------------------+------------------------------------+----------------+-------+----------+ | 75b45a8c-6257-4cc8-adf5-e89d55fb236c | overcloud-controller-1.localdomain | True | :-) | standby | | bc6f1bc2-c5c6-4353-84e3-38b4556893bf | overcloud-controller-0.localdomain | True | :-) | standby | | ca3227f1-d0bf-4f4e-9e88-91560789fe61 | overcloud-controller-2.localdomain | True | :-) | active | +--------------------------------------+------------------------------------+----------------+-------+----------+ [stack@instack ~]$ [stack@instack ~]$ [stack@instack ~]$ neutron l3-agent-list-hosting-router router1 +--------------------------------------+------------------------------------+----------------+-------+----------+ | id | host | admin_state_up | alive | ha_state | +--------------------------------------+------------------------------------+----------------+-------+----------+ | 75b45a8c-6257-4cc8-adf5-e89d55fb236c | overcloud-controller-1.localdomain | True | :-) | active | | bc6f1bc2-c5c6-4353-84e3-38b4556893bf | overcloud-controller-0.localdomain | True | :-) | standby | | ca3227f1-d0bf-4f4e-9e88-91560789fe61 | overcloud-controller-2.localdomain | True | :-) | active | +--------------------------------------+------------------------------------+----------------+-------+----------+
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0260.html
*** Bug 1310783 has been marked as a duplicate of this bug. ***