Return-Path: X-Original-To: apmail-libcloud-commits-archive@www.apache.org Delivered-To: apmail-libcloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D0782C2C2 for ; Sun, 23 Jun 2013 17:01:09 +0000 (UTC) Received: (qmail 85891 invoked by uid 500); 23 Jun 2013 17:01:09 -0000 Delivered-To: apmail-libcloud-commits-archive@libcloud.apache.org Received: (qmail 85849 invoked by uid 500); 23 Jun 2013 17:01:09 -0000 Mailing-List: contact commits-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list commits@libcloud.apache.org Received: (qmail 85761 invoked by uid 99); 23 Jun 2013 17:01:06 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jun 2013 17:01:06 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A23DD82EE98; Sun, 23 Jun 2013 17:01:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tomaz@apache.org To: commits@libcloud.apache.org Date: Sun, 23 Jun 2013 17:01:05 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [01/10] git commit: Update AUTH_URL to point to v2.0. 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 Authored: Sat Jun 22 23:56:46 2013 +0200 Committer: Tomaz Muraus 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',