Updated Branches: refs/heads/0.12.x 2c815ace3 -> 2a0479e16 refs/heads/make_rackspace_drivers_multi_datacenter_aware 615410618 -> 3c7a7f3f6 refs/heads/trunk 692dd9c72 -> e522b71c3
Update AUTH_URL to point to v2.0. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/7a0c1e35 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/7a0c1e35 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/7a0c1e35 Branch: refs/heads/make_rackspace_drivers_multi_datacenter_aware Commit: 7a0c1e35de8ec74c2992f99866ecaa425e85be96 Parents: 6154106 Author: Tomaz Muraus <[email protected]> Authored: Sat Jun 22 23:56:46 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sat Jun 22 23:56:46 2013 +0200 ---------------------------------------------------------------------- libcloud/common/rackspace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/7a0c1e35/libcloud/common/rackspace.py ---------------------------------------------------------------------- diff --git a/libcloud/common/rackspace.py b/libcloud/common/rackspace.py index f36e606..03b5fde 100644 --- a/libcloud/common/rackspace.py +++ b/libcloud/common/rackspace.py @@ -17,7 +17,7 @@ Common settings for Rackspace Cloud Servers and Cloud Files """ -AUTH_URL = 'https://auth.api.rackspacecloud.com/v1.1/' +AUTH_URL = 'https://auth.api.rackspacecloud.com/v2.0/' __all__ = [ 'AUTH_URL',
