glance/releasenotes/notes/added-store-detail-api-215810aa85dfbb99.yaml
Mridula Joshi a34764ecac Added a new API to expose store info
This patch adds a new API to glance ``GET /v2/info/stores/detail``
to expose the stores specific details about the store like store
type and other specific store properties.This operation
will be admin only and validated by the new policy rule
``stores_info_detail`` which defaults to admin only

Implements: blueprint expose-store-specific-info
Change-Id: I6882fd2381e6ae245fd8c61bf9f4d52df2b216f5
2022-02-16 05:46:47 +00:00

7 lines
169 B
YAML

---
features:
- |
This release brings additional functionality to the stores API.
The stores detail API helps in providing the store specific
information.