[
https://issues.apache.org/jira/browse/LIBCLOUD-717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14663184#comment-14663184
]
ASF subversion and git services commented on LIBCLOUD-717:
----------------------------------------------------------
Commit 60b70718d909ec1a0b0f3e13a77bbeee34b9688e in libcloud's branch
refs/heads/trunk from jcastillo2nd
[ https://git-wip-us.apache.org/repos/asf?p=libcloud.git;h=60b7071 ]
LIBCLOUD-717 Implement v2 API request speed optimization and other changes
* Increased pagination to API maximum
* Added create_node parameter to support droplet features (backups, ipv6,
user_data, etc )
* Reorganized method groups for style
* Converted all list_* to paginated request
Pull Request 537 override for per_page API parameter
- implement ex_per_page keyword parameter for DigitalOcean_v2_BaseDriver
- Added deprecation warning for v1 initialization
( See https://developers.digitalocean.com/documentation/v1/ )
- Updates minor typo in documentation
Closes #537
Signed-off-by: Tomaz Muraus <[email protected]>
> DigitalOcean v2 speed
> ---------------------
>
> Key: LIBCLOUD-717
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-717
> Project: Libcloud
> Issue Type: Bug
> Components: Compute
> Reporter: Javier Castillo II
> Priority: Minor
> Labels: easyfix
> Original Estimate: 72h
> Remaining Estimate: 72h
>
> DigitalOcean v2 driver in 0.17 dev takes a while to complete.
> This appears to be due to the default response items set size in the API
> requests. It uses pagination which the driver accounts for, but doesn't
> support increasing the response items set size.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)