File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ Changes in Apache Libcloud 3.9.1
77Compute
88~~~~~~~
99
10+ - [VSphere] Add verify_ssl option
11+
12+ Add verify_ssl option, to enable the user to avoid SSL verification explicitly.
13+ (#2128)
14+ [Miguel Caballer - @micafer]
15+
1016- [OpenStack] Initial Blazar support
1117
1218 This is an initial implementation of Blazar support in Libcloud. It currently
Original file line number Diff line number Diff line change 1818set -e
1919
2020# Script which fails if any of the import takes more than threshold ms
21- LIBCLOUD_CUMULATIVE_IMPORT_TIME_LIMIT_US=800000
21+ LIBCLOUD_CUMULATIVE_IMPORT_TIME_LIMIT_US=1000000
2222EC2_DRIVER_CUMULATIVE_IMPORT_TIME_LIMIT_US=560000
2323
2424# Clean up any cached files to ensure consistent and clean environment
You can’t perform that action at this time.
0 commit comments