Neutron Scoring for 2017.08

This patch adds Neutron scoring for the 2017.08 Guideline.  The only
major change is moving subnet pools from advisory to required status.

Change-Id: I9149d7409f47f212a22b2a7df5436ca1bce173c3
This commit is contained in:
Mark T. Voelker 2017-04-26 09:23:18 -04:00
parent 5d1dbb86e7
commit fa819a0cf5
2 changed files with 5 additions and 2 deletions

View File

@ -52,6 +52,7 @@
"images-v2-get",
"networks-l2-CRUD",
"networks-security-groups-CRUD",
"networks-subnet-pools-CRUD",
"volumes-v2-create-delete",
"volumes-v2-attach-detach",
"volumes-v2-snapshot-create-delete",
@ -75,7 +76,6 @@
"networks-l3-router",
"networks-l3-CRUD",
"networks-list-api-versions",
"networks-subnet-pools-CRUD",
"volumes-list-api-versions",
"volumes-v3-create-delete",
"volumes-v3-attach-detach",
@ -2220,7 +2220,7 @@
"admin": false,
"description": "CRUD operations on subnet pools.",
"project": "neutron",
"required-since": "",
"required-since": "2017.08",
"tests": {
"tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools": {
"idempotent_id": "id-62595970-ab1c-4b7f-8fcc-fddfe55e9811"

View File

@ -122,6 +122,9 @@ Notes:
was considered but was removed because not all Neutron plugins support
more than one IP per port (and some providers limit the number of
IP's per port for security reasons, e.g. spoofguard).
* The new trunk port API extension for the vlan-aware VM's feature may be
interesting to consider in the future, but didn't land until Newton and is
not yet sufficiently well adopted.
Compute
-------