We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f04b797 + 50799aa commit 5b741d6Copy full SHA for 5b741d6
2 files changed
CHANGES.rst
@@ -7,6 +7,12 @@ Changes in Apache Libcloud 3.9.1
7
Compute
8
~~~~~~~
9
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
16
- [OpenStack] Initial Blazar support
17
18
This is an initial implementation of Blazar support in Libcloud. It currently
scripts/time_imports.sh
@@ -18,7 +18,7 @@
set -e
19
20
# Script which fails if any of the import takes more than threshold ms
21
-LIBCLOUD_CUMULATIVE_IMPORT_TIME_LIMIT_US=800000
+LIBCLOUD_CUMULATIVE_IMPORT_TIME_LIMIT_US=1000000
22
EC2_DRIVER_CUMULATIVE_IMPORT_TIME_LIMIT_US=560000
23
24
# Clean up any cached files to ensure consistent and clean environment
0 commit comments