From e833bd8478fe9fde6521b67375076369b3d50c4a Mon Sep 17 00:00:00 2001 From: Eunyoung Kim Date: Fri, 11 Feb 2022 18:13:57 +0900 Subject: Fix API path in document GET /limits-model => GET /limits/model Change-Id: Ib832a8a9257ecdc7bffcc81ee003d1f5a37588e0 --- doc/source/admin/unified-limits.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/unified-limits.rst b/doc/source/admin/unified-limits.rst index 1a37a4c5a..1d4498647 100644 --- a/doc/source/admin/unified-limits.rst +++ b/doc/source/admin/unified-limits.rst @@ -154,7 +154,7 @@ recommend extremely careful planning and understanding of various enforcement models if you're planning on switching from one model to another in a deployment. -Keystone exposes a ``GET /limits-model`` endpoint that returns the enforcement +Keystone exposes a ``GET /limits/model`` endpoint that returns the enforcement model selected by the deployment. This allows limit information to be discoverable and preserves interoperability between OpenStack deployments with different enforcement models. -- cgit v1.2.1