fb3c5625df
The API catalog endpoint `show_categories` was deprecated back in Liberty cycle. It should be removed. This commit removes the deprecated endpoint `show_categories`, removes it from the API router, and removes references to it in Tempest tests -- which now test `list_categories` instead. Change-Id: If1bea7448c0d4aa5fdf37c8400323589d73fdb21
6 lines
182 B
YAML
6 lines
182 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
Removed `show_categories` endpoint from the application catalog API which
|
|
has been deprecated since the Liberty cycle. Use `list_categories` instead.
|