Fix API path in document

GET /limits-model => GET /limits/model

Change-Id: Ib832a8a9257ecdc7bffcc81ee003d1f5a37588e0
This commit is contained in:
Eunyoung Kim 2022-02-11 18:13:57 +09:00
parent 7a146850e0
commit e833bd8478
1 changed files with 1 additions and 1 deletions

View File

@ -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.