Add release note for job pagination feature

1. What is the problem
Job list operation supports pagination now, it can be found here [1],
we need to add release note for it.

2. What is the solution for the problem
Add release note for job pagination feature.

3. What the features need to be implemented to the Tricircle to
realize the solution
None.

[1] https://review.openstack.org/480326

Change-Id: Icc90f39ee980d59539598ed711e629539bdd58d3
This commit is contained in:
Dongfeng Huang 2017-07-26 11:31:50 +08:00
parent 1b2958f8b0
commit bc6a45e4f4

View File

@ -0,0 +1,7 @@
---
features:
- |
Support pagination for asynchronous job list operation. Jobs in job table
will be shown ahead of those in job log table. If page size is not specified
from client, then maximum pagination limit from configuration will be used.