Add releasenote for paging of vnf packages API

Add releasenote for the following update.

 - Support handling large queries for vnf packages [1]

[1] https://review.opendev.org/c/openstack/tacker/+/838985

Implements: blueprint paging-query-result
Change-Id: I5c39bd69d21469ff5bde5960ee76821fbc20859a
This commit is contained in:
Koichi Edagawa 2022-09-12 18:32:36 +09:00
parent ffeff963f5
commit 7b9b1284df

View File

@ -0,0 +1,7 @@
---
features:
- |
Support handling large query results for vnf_packages API according
to ETSI NFV SOL013. This feature provides paged response regarding
a query request of the target API. In addition to that, fetching entire
records at once becomes available.