You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by br...@apache.org on 2015/08/26 23:06:03 UTC

libcloud git commit: Update Rackspace AUTH_URL

Repository: libcloud
Updated Branches:
  refs/heads/trunk c81bb3abb -> de63e06df


Update Rackspace AUTH_URL

Rackspace is phasing out the auth.api.rackspace.com endpoint in favor of
identity.api.rackspace.com.

Signed-off-by: briancurtin <br...@rackspace.com>


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/de63e06d
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/de63e06d
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/de63e06d

Branch: refs/heads/trunk
Commit: de63e06df6a8071c65ce5b671aa25d3e239c98ac
Parents: c81bb3a
Author: briancurtin <br...@rackspace.com>
Authored: Wed Aug 26 14:20:43 2015 -0500
Committer: briancurtin <br...@rackspace.com>
Committed: Wed Aug 26 15:57:33 2015 -0500

----------------------------------------------------------------------
 CHANGES.rst                  | 7 +++++++
 libcloud/common/rackspace.py | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/de63e06d/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index a846ec7..acae33d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,6 +4,13 @@ Changelog
 Changes with Apache Libcloud in development
 -------------------------------------------
 
+General
+~~~~~~~
+
+- Update Rackspace AUTH_URL
+  [LIBCLOUD-738)
+  [Brian Curtin]
+
 Compute
 ~~~~~~~
 

http://git-wip-us.apache.org/repos/asf/libcloud/blob/de63e06d/libcloud/common/rackspace.py
----------------------------------------------------------------------
diff --git a/libcloud/common/rackspace.py b/libcloud/common/rackspace.py
index 3826ba6..294255d 100644
--- a/libcloud/common/rackspace.py
+++ b/libcloud/common/rackspace.py
@@ -21,4 +21,4 @@ __all__ = [
     'AUTH_URL'
 ]
 
-AUTH_URL = 'https://auth.api.rackspacecloud.com'
+AUTH_URL = 'https://identity.api.rackspacecloud.com'