Activity log for bug #1503462

Date Who What changed Old value New value Message
2015-10-06 23:03:02 Aihua Edward Li bug added bug
2015-10-07 10:24:23 Ihar Hrachyshka tags l3-ipam-dhcp rfe
2015-10-07 10:24:30 Ihar Hrachyshka tags l3-ipam-dhcp rfe api l3-ipam-dhcp rfe
2015-10-07 10:24:51 Ihar Hrachyshka neutron: status New Confirmed
2015-10-07 10:24:56 Ihar Hrachyshka neutron: status Confirmed New
2015-10-07 10:25:06 Ihar Hrachyshka neutron: importance Undecided Wishlist
2015-10-07 13:28:03 Assaf Muller marked as duplicate 1457986
2015-10-08 17:32:15 Aihua Edward Li description It is desirable to have an API to return the number of available IP-address for each network. This information can used to assist nova to better schedule instance creation on networks with enough margin. It can also be used by monitoring tool to provide capacity monitoring, resulting better resource planning. The proposed API is GET on /v2.0/<tenant-id>, the returned data is in the form of { "network-1-uuid": count1, "network2-uunid", count2 } It is desirable to have an API to return the number of available IP-address for each network. This information can used to assist nova to better schedule instance creation on networks with enough margin. It can also be used by monitoring tool to provide capacity monitoring, resulting better resource planning. The proposed API is GET on /v2.0/<tenant-id>, the returned data is in the form of { "network-1-uuid": { "total-ips" : 256 "available-ips" : count1, "name" : test-network, } }