Updated Branches: refs/heads/trunk 5b1f80faf -> abd5e128d
docs: Update upgrade notes. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/6b8fc2a5 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/6b8fc2a5 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/6b8fc2a5 Branch: refs/heads/trunk Commit: 6b8fc2a51ba281c04b0e17067101ba8b419478b5 Parents: 5b1f80f Author: Tomaz Muraus <[email protected]> Authored: Sun Oct 13 22:09:11 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sun Oct 13 22:30:32 2013 +0200 ---------------------------------------------------------------------- docs/upgrade_notes.rst | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/6b8fc2a5/docs/upgrade_notes.rst ---------------------------------------------------------------------- diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst index 5ed6681..924d7c8 100644 --- a/docs/upgrade_notes.rst +++ b/docs/upgrade_notes.rst @@ -68,8 +68,6 @@ New code: cls = get_driver(Provider.EC2) driver = cls('username', 'api_key', region='eu-west-1') - - Rackspace compute driver changes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -161,6 +159,15 @@ New code (connection to a next-gen provider using ``ORD`` region) cls = get_driver(Provider.RACKSPACE) driver = cls('username', 'api_key', region='ord') +CloudStack Compute driver changes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +CloudStack driver received a lot of changes and additions which will make it +more pleasant to use. Backward incompatible changes are listed bellow: + +* ``CloudStackForwardingRule`` class has been renamed to + ``CloudStackIPForwardingRule`` + CloudFiles Storage driver changes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -195,16 +202,6 @@ New code: driver1 = cls1('username', 'api_key', region='dfw') driver2 = cls1('username', 'api_key', region='lon') -CloudStack Compute driver changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -CloudStack driver received a lot of changes and additions which will make it -more pleasant to use. Backward incompatible changes are listed bellow: - -* ``CloudStackForwardingRule`` class has been renamed to - ``CloudStackIPForwardingRule`` - - ScriptDeployment and ScriptFileDeployment constructor now takes args argument ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -238,8 +235,7 @@ Even better (using keyword arguments): sd = ScriptDeployment(script='#!/usr/bin/env bash echo "ponies!"', name='ponies.sh') - -Pricing file changes +Pricing data changes ~~~~~~~~~~~~~~~~~~~~ By default this version of Libcloud tries to read pricing data from the
