Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Changes in Apache Libcloud 3.9.1
Compute
~~~~~~~

- [VSphere] Add verify_ssl option

Add verify_ssl option, to enable the user to avoid SSL verification explicitly.
(#2128)
[Miguel Caballer - @micafer]

- [OpenStack] Initial Blazar support

This is an initial implementation of Blazar support in Libcloud. It currently
Expand Down
2 changes: 1 addition & 1 deletion scripts/time_imports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
set -e

# Script which fails if any of the import takes more than threshold ms
LIBCLOUD_CUMULATIVE_IMPORT_TIME_LIMIT_US=800000
LIBCLOUD_CUMULATIVE_IMPORT_TIME_LIMIT_US=1000000
EC2_DRIVER_CUMULATIVE_IMPORT_TIME_LIMIT_US=560000

# Clean up any cached files to ensure consistent and clean environment
Expand Down
Loading