deb-murano/releasenotes/notes/add_api_in_operator-371e3a1d2aec6421.yaml
Kirill Zaitsev e9fe5b278c Cleanup, clarify newton release-notes
This commit clarifies, cleans and improves releasenotes for murano

Co-Authored-By: Maria Zlatkova <mzlatkova@mirantis.com>
Change-Id: I6591a62640f192be749c3c58a92dc00ef56dd736
2016-09-14 01:08:51 +03:00

9 lines
345 B
YAML

---
features:
- Implemented the capability for API endpoint ``/catalog/packages``
to filter 'id', 'category', 'tag' properties using the 'in' operator.
An example of using the 'in' operator for 'id' is
'id=in:id1,id2,id3'.
This filter is added using syntax that conforms to the latest
guidelines from the OpenStack API-WG.