Skip to content

Commit 5b741d6

Browse files
authored
Merge pull request #2131 from apache/update-changelog
Update changelog with verify_ssl option for VSphere
2 parents f04b797 + 50799aa commit 5b741d6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Changes in Apache Libcloud 3.9.1
77
Compute
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

scripts/time_imports.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
set -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
2222
EC2_DRIVER_CUMULATIVE_IMPORT_TIME_LIMIT_US=560000
2323

2424
# Clean up any cached files to ensure consistent and clean environment

0 commit comments

Comments
 (0)