RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1149505 - Instances won't obtain IPv6 address and gateway when using Stateful DHCPv6 provided by OpenStack
Summary: Instances won't obtain IPv6 address and gateway when using Stateful DHCPv6 pr...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: RDO
Classification: Community
Component: openstack-neutron
Version: unspecified
Hardware: Unspecified
OS: Linux
unspecified
high
Target Milestone: ---
: Juno
Assignee: lpeer
QA Contact: Ofer Blaut
URL:
Whiteboard:
Depends On: 1149763
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-10-05 15:12 UTC by Nir Magnezi
Modified: 2016-04-26 19:05 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-08-26 15:07:34 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1377843 0 None None None Never

Description Nir Magnezi 2014-10-05 15:12:58 UTC
Description of problem:
=======================
I Created an IPv6 subnet with:
1. ipv6_ra_mode: dhcpv6-stateful
2. ipv6_address_mode: dhcpv6-stateful

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:db2::/64 --name usecase2_ipv6_stateles_subnet --ipv6-address-mode dhcpv6-stateful --ipv6_ra_mode dhcpv6-stateful --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.

Comment 1 Nir Magnezi 2014-10-06 08:47:20 UTC
In addition, instances did not get IPv6 address.

Comment 2 Nir Magnezi 2014-10-06 08:50:34 UTC
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.

Comment 3 Ihar Hrachyshka 2015-08-26 15:07:34 UTC
The upstream bug is fixed, and RDO is not a place to fix it anyway.


Note You need to log in before you can comment on or make changes to this bug.