deb-murano/releasenotes/notes/remove-show-categories-42636e9c24c33105.yaml
Felipe Monteiro fb3c5625df Remove long-ago deprecated show_categories
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
2017-06-22 15:58:25 +01:00

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.