ipv6 options are being checked for ipv4 subnet
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-calico |
In Progress
|
Undecided
|
Andriy Popovych | ||
neutron |
Invalid
|
Undecided
|
Unassigned |
Bug Description
When DHCP agent tries to set fixed_ips parameter for DHCP port (see https:/
I'd expect that such check is performed for IPv6 subnets only.
Probably, this situation is possible not only while using non-native DHCP agent.
Neutron version: Newton (7f6b5b5d895315
Environment: Calico (https:/
Point of failure: https:/
Traceback: http://
Failure rate: always.
Changed in neutron: | |
assignee: | nobody → Oleg Bondarev (obondarev) |
status: | New → Confirmed |
tags: | added: newton-rc-potential |
Changed in neutron: | |
milestone: | none → ocata-1 |
Changed in neutron: | |
milestone: | ocata-1 → none |
Changed in networking-calico: | |
assignee: | nobody → Alexander Saprykin (cutwater) |
Changed in networking-calico: | |
status: | Invalid → In Progress |
Changed in networking-calico: | |
assignee: | Alexander Saprykin (cutwater) → Andriy Popovych (popovych-andrey) |
I'm confused, these IPv6 types are in the subnet model, so IPv4 subnets have them. So I'll just wait for someone to hit me with the clue-bat.
$ neutron subnet-show private-subnet ------- ------+ ------- ------- ------- ------- ------- ------- --+ ------- ------+ ------- ------- ------- ------- ------- ------- --+ dbb9-4e9e- b354-4a5c9fa267 a0 | 23b0-4092- b5ea-6d4b40d0e9 63 | 5bd695a1dfa5bb9 59 | 5bd695a1dfa5bb9 59 | ------- ------+ ------- ------- ------- ------- ------- ------- --+
+------
| Field | Value |
+------
| allocation_pools | {"start": "10.0.0.2", "end": "10.0.0.254"} |
| cidr | 10.0.0.0/24 |
| created_at | 2016-09-14T16:36:48 |
| description | |
| dns_nameservers | |
| enable_dhcp | True |
| gateway_ip | 10.0.0.1 |
| host_routes | |
| id | c53c6988-
| ip_version | 4 |
| ipv6_address_mode | |
| ipv6_ra_mode | |
| name | private-subnet |
| network_id | 907eb5fc-
| project_id | bed9af6ece5f44b
| revision_number | 2 |
| service_types | |
| subnetpool_id | |
| tenant_id | bed9af6ece5f44b
| updated_at | 2016-09-14T16:36:48 |
+------