Updated Branches: refs/heads/trunk a935af083 -> 4af39fe81
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/dbbe1a2f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/dbbe1a2f Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/dbbe1a2f Branch: refs/heads/trunk Commit: dbbe1a2ffecdfe71ca7aac6cd32bba4717af2cfc Parents: a935af0 Author: Tomaz Muraus <[email protected]> Authored: Tue Oct 22 11:01:18 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Tue Oct 22 11:01:18 2013 +0200 ---------------------------------------------------------------------- docs/upgrade_notes.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/dbbe1a2f/docs/upgrade_notes.rst ---------------------------------------------------------------------- diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst index dab8d16..1c517dd 100644 --- a/docs/upgrade_notes.rst +++ b/docs/upgrade_notes.rst @@ -378,8 +378,8 @@ New code: driver1 = cls1('username', 'api_key', region='us') driver2 = cls1('username', 'api_key', region='uk') -Rackspace LoadBalancer driver changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Rackspace load balancer driver changes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Rackspace loadbalancer driver has moved to one class plus ``region`` argument model. As such, the following provider constants have been deprecated: @@ -390,7 +390,7 @@ model. As such, the following provider constants have been deprecated: And replaced with a single constant: * ``RACKSPACE`` - Supported values for ``region`` arguments are ``dfw``, - ``ord``, ``iad``, ``lon``, ``syd``. Default value is ``dfw``. + ``ord``, ``iad``, ``lon``, ``syd``, ``hkg``. Default value is ``dfw``. Old code:
