Activity log for bug #1177196

Date Who What changed Old value New value Message
2013-05-07 05:08:12 Hyunsun Moon bug added bug
2013-05-07 05:10:54 Hyunsun Moon description Quantum does not support /32 subnet properly. When I create /32 subnet it successes but with wrong settings. root@devstack:~/devstack# quantum subnet-create private-net 192.168.0.1/32 Created a new subnet: +------------------+--------------------------------------+ | Field | Value | +------------------+--------------------------------------+ | allocation_pools | | | cidr | 192.168.0.1/32 | | dns_nameservers | | | enable_dhcp | True | | gateway_ip | 192.168.0.2 | | host_routes | | | id | 9f4dee10-7852-4b21-be32-e5bec6f6e691 | | ip_version | 4 | | name | | | network_id | 6dd423d3-2fa8-4c6f-8f7d-46b2c74c8eb8 | | tenant_id | 543146e3aae04aedb4394c4c61479723 | +------------------+--------------------------------------+ /32 subnet could be useful for some cases and in that case use the IP for allocation_pools and disable dhcp with no gateway_ip. Quantum does not support /32 subnet properly. When I create /32 subnet it successes but with wrong settings. root@devstack:~/devstack# quantum subnet-create private-net 192.168.0.1/32 Created a new subnet: +------------------+--------------------------------------+ | Field | Value | +------------------+--------------------------------------+ | allocation_pools | | | cidr | 192.168.0.1/32 | | dns_nameservers | | | enable_dhcp | True | | gateway_ip | 192.168.0.2 | | host_routes | | | id | 9f4dee10-7852-4b21-be32-e5bec6f6e691 | | ip_version | 4 | | name | | | network_id | 6dd423d3-2fa8-4c6f-8f7d-46b2c74c8eb8 | | tenant_id | 543146e3aae04aedb4394c4c61479723 | +------------------+--------------------------------------+ /32 subnet could be useful for some cases and in that case the IP would be in allocation_pools and disable dhcp with no gateway_ip.
2013-05-07 17:47:11 Mark McClain quantum: status New Incomplete
2013-05-07 17:49:41 Mark McClain tags l3-ipam-dhcp
2013-05-08 12:28:24 OpenStack Infra quantum: status Incomplete In Progress
2013-05-08 12:28:24 OpenStack Infra quantum: assignee Hyunsun Moon (hyunsun-moon)
2013-06-27 05:54:38 Armando Migliaccio neutron: status In Progress Invalid
2013-06-27 16:34:28 Aaron Rosen neutron: importance Undecided Wishlist