Update changes.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/9d5a73c5 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/9d5a73c5 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/9d5a73c5 Branch: refs/heads/make_rackspace_drivers_multi_datacenter_aware Commit: 9d5a73c5fae594710f50218560a35ecfaa20a6a0 Parents: 7c91553 Author: Tomaz Muraus <[email protected]> Authored: Sun Jun 23 08:36:09 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sun Jun 23 08:36:09 2013 +0200 ---------------------------------------------------------------------- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/9d5a73c5/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 17a620d..095bdcf 100644 --- a/CHANGES +++ b/CHANGES @@ -428,6 +428,15 @@ Changes with Apache Libcloud 0.12.1: - Add new driver for Gandi provider (https://www.gandi.net). (LIBCLOUD-281) [John Carr] + - Deprecate RACKSPACE_US and RACKSPACE_UK storage provider constants and + add a new RACKSPACE constant. + Driver referenced by this constant takes a "region" keyword argument + and can be one of 'us' or 'uk'. + + Note: Deprecated constants will continue to work for the foreseeable + future. + [Tomaz Muraus] + *) Load-Balancer - Add new driver for AWS Elastic Load Balancing service. (LIBCLOUD-169)
