Designate DNS - List all Services and statuses.
Bug #1919183 reported by
Arkady Shtempler
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Designate |
Fix Released
|
Low
|
Michael Johnson | ||
Bug Description
There is a mismatch in URL used to retrieve "List of Services".
The URL mentioned in Documentation is: /v2/service_status
see: https:/
The one that is actually works on deployed Designate Devstack is: service_statuses
So it looks like we have to fix that probably in Documentation.
It means to replace /v2/service_status to /v2/service_
Test patch is available here: https:/
Note: not yet merged.
To post a comment you must log in.

Confirmed and the CLI also uses the service_statuses URL path.