Instances won't obtain IPv6 address and gateway when using Stateful DHCPv6 provided by OpenStack
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Aniruddha Singh Gautam | ||
Juno |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
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):
=======
openstack-
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_
3. boot an instance with that network
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.
Changed in neutron: | |
assignee: | nobody → Satish Inakoti (inakoti-satish) |
Changed in neutron: | |
importance: | Undecided → Medium |
tags: | added: ipv6 |
Changed in neutron: | |
assignee: | Satish Inakoti (inakoti-satish) → nobody |
Changed in neutron: | |
assignee: | nobody → Aniruddha Singh Gautam (aniruddha-gautam) |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | kilo-2 → 2015.1.0 |
Nir, can you post the result of "neutron port-list" and "ps -ef| grep dnsmasq" on your environment? Just want to check if dhcp port is created successfully and if dnsmasq works correctly.