From c6a2b368999c8970eccde6ee91f595d54165b391 Mon Sep 17 00:00:00 2001 From: zhangbailin Date: Thu, 31 Dec 2020 07:56:08 +0000 Subject: [PATCH] [Trivial] Clarify the deprecated apis in *Proposed change* part of blueprint remove-tenant-id Change-Id: I36d31f98d57d469aec55ba3a5dec7a27ab1733e1 --- specs/wallaby/approved/remove-tenant-id.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specs/wallaby/approved/remove-tenant-id.rst b/specs/wallaby/approved/remove-tenant-id.rst index dc04a5a5c..0afcdc0fd 100644 --- a/specs/wallaby/approved/remove-tenant-id.rst +++ b/specs/wallaby/approved/remove-tenant-id.rst @@ -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.