yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #70221
[Bug 1698791] Re: [RFE] Add support getting segment vlan usage
[Expired for neutron because there has been no activity for 60 days.]
** Changed in: neutron
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1698791
Title:
[RFE] Add support getting segment vlan usage
Status in neutron:
Expired
Bug description:
In private cloud, admin user need to know which VLAN ids are available
for the purpose of management, and this also helpful for create VLAN
provider network with specified VLAN id.
We can implement an API, which can get used VLAN ids or others from
database.
$ curl -g -i -X GET http://node-1:9696/v2.0/segment-vlan-availabilities.json -H "Accept: application/json" -H "X-Auth-Token: gAAA9MUEhgddcdpm112AmqE_wwhWqUpC22b82-VUpUQkvaV4h-Y2IJCNb72kWWAelAmzzB4wi_ibV_5ti8kDEREWczWNdrriS-hGsSue6J-d7B7BUDRPHzz2_0ABrpIvzXX70Ws6o"
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 272
X-Openstack-Request-Id: req-a9ba9fce-c3ba-4c21-9320-55a5c9f67e3f
Date: Mon, 19 Jun 2017 08:56:04 GMT
{"segment_vlan_availabilities": [
{"vlan_id_used": [2003, 2004], "physical_network": "vlan2"},
{"vlan_id_used": [986, 999, 1000], "physical_network": "vlan"}]}
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1698791/+subscriptions
References