REST API extension to return IP Margin

Bug #1503462 reported by Aihua Edward Li
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
New
Wishlist
Unassigned

Bug 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": { "total-ips" : 256
                       "available-ips" : count1,
                       "name" : test-network,
                    }

}

tags: added: l3-ipam-dhcp rfe
tags: added: api
Changed in neutron:
status: New → Confirmed
status: Confirmed → New
importance: Undecided → Wishlist
description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related blueprints

Remote bug watches

Bug watches keep track of this bug in other bug trackers.