Clean up advisory list
In 2018.02 we set the "required_since" field to "2018.02" on a couple of capabilities to mark them as moving from advisory to required. However, they're still in the "advisory" list in the components section. This patch cleans them up by removing them from the advsiory list and placing them in the required list. We also assigned volumes-v3-upload a high enough score to qualify as advisory and added it to the JSON document, but did not add it to the advisory section. This patch adds it. Further, this patch removes two capabilities from the "removed" list as is customary after a cycle. Change-Id: Ib7c1216f3b3045e709e7fefa8b7ccce9922959b5
This commit is contained in:
parent
99171134de
commit
1d48da8165
19
next.json
19
next.json
@ -107,6 +107,7 @@
|
||||
"compute-instance-actions-get",
|
||||
"compute-instance-actions-list",
|
||||
"compute-keypairs-create",
|
||||
"compute-keypairs-create-type",
|
||||
"compute-list-api-versions",
|
||||
"compute-quotas-get",
|
||||
"compute-servers-create",
|
||||
@ -130,8 +131,10 @@
|
||||
"compute-servers-metadata-update",
|
||||
"compute-volume-attach",
|
||||
"identity-v3-api-discovery",
|
||||
"identity-v3-catalog",
|
||||
"identity-v3-list-projects",
|
||||
"identity-v3-tokens-create",
|
||||
"identity-v3-tokens-validate",
|
||||
"images-v2-index",
|
||||
"images-v2-update",
|
||||
"images-v2-list",
|
||||
@ -169,18 +172,13 @@
|
||||
"volumes-v3-readonly"
|
||||
],
|
||||
"advisory": [
|
||||
"compute-keypairs-create-type",
|
||||
"identity-v3-catalog",
|
||||
"identity-v3-tokens-validate"
|
||||
"volumes-v3-upload"
|
||||
],
|
||||
"deprecated": [
|
||||
"volumes-v2-reserve",
|
||||
"volumes-v3-reserve"
|
||||
],
|
||||
"removed": [
|
||||
"volumes-v2-attach-detach",
|
||||
"volumes-v3-attach-detach"
|
||||
]
|
||||
"removed": []
|
||||
},
|
||||
"designated_sections": {
|
||||
"required" : [
|
||||
@ -203,6 +201,8 @@
|
||||
"objectstore-container-delete",
|
||||
"objectstore-container-list",
|
||||
"objectstore-container-metadata",
|
||||
"objectstore-dlo-support",
|
||||
"objectstore-slo-support",
|
||||
"objectstore-info-request",
|
||||
"objectstore-object-copy",
|
||||
"objectstore-object-create",
|
||||
@ -213,10 +213,7 @@
|
||||
"objectstore-temp-url-put",
|
||||
"identity-v3-tokens-create"
|
||||
],
|
||||
"advisory": [
|
||||
"objectstore-dlo-support",
|
||||
"objectstore-slo-support"
|
||||
],
|
||||
"advisory": [],
|
||||
"deprecated": [],
|
||||
"removed": []
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user