diff --git a/CHANGES.rst b/CHANGES.rst index 69e838ca8e..0fd3472ce8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 diff --git a/scripts/time_imports.sh b/scripts/time_imports.sh index f306989dfc..05cb34dc9a 100755 --- a/scripts/time_imports.sh +++ b/scripts/time_imports.sh @@ -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