RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1149504 - Instances won't obtain IPv6 address and gateway when using SLAAC provided by OpenStack
Summary: Instances won't obtain IPv6 address and gateway when using SLAAC provided by ...
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:10 UTC by Nir Magnezi
Modified: 2016-04-26 14:03 UTC (History)
6 users (show)

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


Attachments (Terms of Use)


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

Description Nir Magnezi 2014-10-05 15:10:20 UTC
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.

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

Comment 2 Nir Magnezi 2014-10-06 08:50:29 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:06:54 UTC
I don't believe there is such a bug, and in any case, RDO is not the place to fix it.


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