Add scoring for Neutron subnet pools
Following discussion with the Neturon PTL and other community members, this patch adds scoring for the 2016.08 Guideline for Neutron. In the last Guideline we introduced quite a lot of Neutron capabilities (there were none previously), so this was expected to be a relatively small bump. In the end, no new Capabilities emerged that warranted inclusion. The Subnet Pools feature implemented starting in the Kilo release is generally regarded as something that will likely become a Capability at some point down the road, but after some research it doesn't appear to meet enough Criteria for inclusion today. Although no new Capabilities are being introduced as advisory in the JSON file, this patch adds a research note to the scoring sheet concerning subnet pools in order to document some of the research done during this cycle and help make future scoring of the capability easier. Change-Id: I282e9b7c23a413da76370923037cb26ac576a65f
This commit is contained in:
@@ -45,6 +45,7 @@ network-extensions-provider-add: [1,1,1] [1,1,1] [1,1,0] [1,1,1] [0] [0]
|
||||
network-extensions-provider-create: [1,1,1] [1,1,1] [1,1,0] [1,1,1] [0] [0]
|
||||
network-extensions-provider-delete: [1,1,1] [1,1,1] [1,1,0] [1,1,1] [0] [0]
|
||||
network-extensions-provider-show: [1,1,1] [1,1,1] [1,1,0] [1,1,1] [0] [0]
|
||||
network-subnet-pools: [1,0,0] [1,1,1] [1,1,0] [0,1,1] [1] [66]
|
||||
|
||||
Notes:
|
||||
* DVR-related testcases (if any) will not be added until DVR gains wider
|
||||
@@ -92,6 +93,13 @@ Notes:
|
||||
* networks-security-groups-router
|
||||
* networks-security-groups-show
|
||||
* networks-security-groups-update
|
||||
* Subnet pools look like a good future candidate, but as of 2016.08
|
||||
probably aren't quite ready. Subnet pools were introduced in Kilo
|
||||
(the first release covered by this Guideline) and had incomplete
|
||||
support in Horizon. A Heat resource for subnet pools wasn't added
|
||||
until Mitaka. Toolkits like jClouds, Fog, and libcloud do not yet
|
||||
support subnet pools. OpenStackClient added support late in the
|
||||
Mitaka cycle (https://review.openstack.org/#/c/279918/).
|
||||
|
||||
Compute
|
||||
-------
|
||||
|
||||
@@ -25,6 +25,7 @@ network-extensions-provider-add,0
|
||||
network-extensions-provider-create,0
|
||||
network-extensions-provider-delete,0
|
||||
network-extensions-provider-show,0
|
||||
network-subnet-pools,1,0,0,1,1,1,1,1,0,0,1,1,1,66
|
||||
compute-list-api-versions,1,0,0,1,1,1,1,1,0,1,1,1,1,75
|
||||
images-v1-delete,0,1,1,0,1,1,0,1,0,1,0,1,1,58
|
||||
images-v1-index,0,1,1,0,1,1,0,1,0,1,0,1,1,58
|
||||
|
||||
|
Reference in New Issue
Block a user