summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEunyoung Kim <lilac94.kim@gmail.com>2022-02-11 18:13:57 +0900
committerEunyoung Kim <lilac94.kim@gmail.com>2022-02-11 09:44:13 +0000
commite833bd8478fe9fde6521b67375076369b3d50c4a (patch)
treed5dc32165da569c627219b764293f09d940b01e6
parent7a146850e0dec437a15b74afebeaec1bab88e8cc (diff)
downloadkeystone-e833bd8478fe9fde6521b67375076369b3d50c4a.tar.gz
Fix API path in document
GET /limits-model => GET /limits/model Change-Id: Ib832a8a9257ecdc7bffcc81ee003d1f5a37588e0
-rw-r--r--doc/source/admin/unified-limits.rst2
1 files changed, 1 insertions, 1 deletions
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.