diff options
author | Zuul <zuul@review.opendev.org> | 2022-02-11 18:15:12 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2022-02-11 18:15:12 +0000 |
commit | 3cbd374947cdcfb890cc9ddf5df6216ce2557e0b (patch) | |
tree | 9c07978632406b11a6812bd17cca4b47efb1b05f | |
parent | 30f4bf033c496433a7033f1a9fae40bac8d3d838 (diff) | |
parent | e833bd8478fe9fde6521b67375076369b3d50c4a (diff) | |
download | keystone-3cbd374947cdcfb890cc9ddf5df6216ce2557e0b.tar.gz |
Merge "Fix API path in document"
-rw-r--r-- | doc/source/admin/unified-limits.rst | 2 |
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. |