Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.0, 1.7.0, 1.8.0
Description
The base OpenStack PaginationOptions class provides a changesSince(Date ifModifiedSince) query that is specific to the Nova API. The Nova ListOptions.changesSince(Date ifModifiedSince) method should be replaced with the superclass implementation.
The base PaginationOptions should provide limit(int limit) and marker(String marker) queries, since they are common for pagination across the OpenStack APIs (to date).