[Trivial] Clarify the deprecated apis in *Proposed change*

part of blueprint remove-tenant-id

Change-Id: I36d31f98d57d469aec55ba3a5dec7a27ab1733e1
This commit is contained in:
zhangbailin
2020-12-31 07:56:08 +00:00
parent 07225edfbf
commit c6a2b36899

View File

@@ -61,7 +61,6 @@ Replace ``tenant_id`` with ``project_id`` in request body in follow APIs:
* GET /os-quota-sets/{tenant_id}/defaults (List Default Quotas For Tenant)
* GET /os-quota-sets/{tenant_id}/detail (Show The Detail of Quota)
* GET /os-simple-tenant-usage/{tenant_id} (Show Usage Statistics For Tenant)
* GET /os-cells (List Cells)
Replace ``tenant_id`` with ``project_id`` in response body in follow APIs:
@@ -93,6 +92,8 @@ We should block change the ``tenant_id`` below the deprecated APIs:
* GET /os-security-groups/{security_group_id} (Show Security Group Details)
* PUT /os-security-groups/{security_group_id} (Update Security Group)
* POST /os-security-group-rules (Create Security Group Rule)
* GET /os-cells (List Cells)
* GET /os-fping?all_tenants=1 (Ping Instances)
By the way, tenant* reference will be replaced with project* in all policies,
code and docs too.