Author: tomaz
Date: Tue Oct 18 21:02:43 2011
New Revision: 1185857
URL: http://svn.apache.org/viewvc?rev=1185857&view=rev
Log:
CMS commit to libcloud by tomaz
Modified:
libcloud/site/trunk/content/upgrade-notes-0-6.mdtext
Modified: libcloud/site/trunk/content/upgrade-notes-0-6.mdtext
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/content/upgrade-notes-0-6.mdtext?rev=1185857&r1=1185856&r2=1185857&view=diff
==============================================================================
--- libcloud/site/trunk/content/upgrade-notes-0-6.mdtext (original)
+++ libcloud/site/trunk/content/upgrade-notes-0-6.mdtext Tue Oct 18 21:02:43
2011
@@ -1,16 +1,18 @@
title: Upgrade Notes - Libcloud 0.6
-## Upgrading
+## Upgrading from 0.5.x
+
+### Upgrading
Todo.
-## Changes
+### Changes
* SSL certificate verification is now enabled by default and an exception is
thrown if CA certificate files cannot be found.
-To revert to the old behavior, set `libcloud.security.VERIFY_SSL_CERT_STRICT`
-variable to `False`:
+To revert to the old behavior, set libcloud.security.VERIFY_SSL_CERT_STRICT
+variable to False:
::python
libcloud.security.VERIFY_SSL_CERT_STRICT=False
@@ -29,6 +31,5 @@ For example:
::python
Cls = get_provider(Provider.OPENSTACK)
driver = Cls('user_name', 'api_key', False, 'host', 8774,
api_version='1.0')
- From 0.5.x
-For a whole list of the changes, please refer to the [Changelog]().
+For a whole list of the changes, please refer to the [Changelog]().
\ No newline at end of file