designate/releasenotes/notes/fix-service-status-ba18270651011ee6.yaml
Michael Johnson 2e6611b112 Fix API reference for list service statuses
The API reference incorrectly listed the URL path for list service
statuses as /v2/service_status.
This patch corrects that to the actual path and adds compatiblity
for the /v2/service_status path in the code in case there are
users or libraries coded to the incorrect path.

Closes-Bug: #1919183
Change-Id: I3cdf0f8dcde12891e244822480270aec48e0df0d
2021-03-24 23:13:02 +00:00

7 lines
207 B
YAML

---
fixes:
- |
Fixed an issue with the API reference using the wrong path for list
service statuses. In addition a compatibility workaround was added
for the incorrect /v2/service_status path.