Description of problem: ======================= I Created an IPv6 subnet with: 1. ipv6_ra_mode: slaac 2. ipv6_address_mode: slaac Version-Release number of selected component (if applicable): ============================================================= RDO Juno: openstack-neutron-2014.2-0.7.b3.el7.centos.noarch How reproducible: ================= 100% Steps to Reproduce: =================== 1. create a neutron network 2. create an IPv6 subnet: # neutron subnet-create <IPv6_net_id> 2001:db1::/64 --name usecase1_ipv6_slaac --ipv6-address-mode slaac --ipv6_ra_mode slaac --ip-version 6 3. boot an instance with that network Actual results: =============== 1. Instance got an IPv6 address 2. Instance is able to ping the neutron router IPv6 address. 3. default gw is not set Expected results: ================= The instance should have a default gw configured. Additional Info: ================ I used tcpdump to search for RAs from within the instance, but I did not see any.
In addition, instances did not get IPv6 address.
Update to Results: Actual results: =============== 1. Instance did not obtain IPv6 address 2. default gw is not set Expected results: ================= The instance should have IPv6 address a default gw configured.
I don't believe there is such a bug, and in any case, RDO is not the place to fix it.