You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/12/04 23:40:56 UTC

[1/3] git commit: service type has changed for cloudFilesCDN

Updated Branches:
  refs/heads/trunk 146a4890e -> 12a75c9fe


service type has changed for cloudFilesCDN

Signed-off-by: Tomaz Muraus <to...@apache.org>


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

Branch: refs/heads/trunk
Commit: 8762175ea6b6ccd5f72d155012cda6eea8a1ee25
Parents: 146a489
Author: John Obelenus <jo...@gmail.com>
Authored: Tue Dec 3 17:48:45 2013 -0500
Committer: Tomaz Muraus <to...@apache.org>
Committed: Wed Dec 4 22:05:09 2013 +0100

----------------------------------------------------------------------
 libcloud/storage/drivers/cloudfiles.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/8762175e/libcloud/storage/drivers/cloudfiles.py
----------------------------------------------------------------------
diff --git a/libcloud/storage/drivers/cloudfiles.py b/libcloud/storage/drivers/cloudfiles.py
index aeaba57..08e12d2 100644
--- a/libcloud/storage/drivers/cloudfiles.py
+++ b/libcloud/storage/drivers/cloudfiles.py
@@ -122,7 +122,7 @@ class CloudFilesConnection(OpenStackBaseConnection):
                 name='cloudFiles',
                 region=region)
             cdn_ep = self.service_catalog.get_endpoint(
-                service_type='object-store',
+                service_type='rax:object-cdn',
                 name='cloudFilesCDN',
                 region=region)
         else:


[3/3] git commit: Update CHANGES.

Posted by to...@apache.org.
Update CHANGES.


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

Branch: refs/heads/trunk
Commit: 12a75c9fe87ae2236c19774f7cf71dd4aa7f2ae6
Parents: 6f38564
Author: Tomaz Muraus <to...@apache.org>
Authored: Wed Dec 4 22:16:31 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Wed Dec 4 22:16:31 2013 +0100

----------------------------------------------------------------------
 CHANGES | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/12a75c9f/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 852618b..6470439 100644
--- a/CHANGES
+++ b/CHANGES
@@ -63,6 +63,13 @@ Changes with Apache Libcloud in development
       the upload object methods. (LIBCLOUD-430)
       [Michael Farrell]
 
+    - Fix CloudFiles driver so it references a correct service catalog entry for
+      the CDN endpoint.
+
+      This was broken in the 0.14.0-beta3 release when we migrated all the
+      Rackspace drivers to use auth 2.0 by default.
+      [John Obelenus]
+
 Changes with Apache Libcloud 0.14.0-beta3
 
   *) General


[2/3] git commit: Update Rackspace auth 2.0 fixtures to reflect a new value for the "type" attribute of the CND service catalog entry.

Posted by to...@apache.org.
Update Rackspace auth 2.0 fixtures to reflect a new value for the "type"
attribute of the CND service catalog entry.


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

Branch: refs/heads/trunk
Commit: 6f3856458fc476dd26463e1352cdb72b2b97f4b0
Parents: 8762175
Author: Tomaz Muraus <to...@apache.org>
Authored: Wed Dec 4 22:10:34 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Wed Dec 4 22:10:34 2013 +0100

----------------------------------------------------------------------
 libcloud/test/compute/fixtures/openstack/_v2_0__auth.json          | 2 +-
 .../test/compute/fixtures/openstack/_v2_0__auth_deployment.json    | 2 +-
 libcloud/test/compute/fixtures/openstack/_v2_0__auth_lon.json      | 2 +-
 libcloud/test/dns/fixtures/rackspace/auth_2_0.json                 | 2 +-
 libcloud/test/loadbalancer/fixtures/rackspace/_v2_0__auth.json     | 2 +-
 libcloud/test/loadbalancer/fixtures/rackspace/auth_2_0.json        | 2 +-
 libcloud/test/storage/fixtures/cloudfiles/_v2_0__auth.json         | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/6f385645/libcloud/test/compute/fixtures/openstack/_v2_0__auth.json
----------------------------------------------------------------------
diff --git a/libcloud/test/compute/fixtures/openstack/_v2_0__auth.json b/libcloud/test/compute/fixtures/openstack/_v2_0__auth.json
index 086ed69..c40a8ee 100644
--- a/libcloud/test/compute/fixtures/openstack/_v2_0__auth.json
+++ b/libcloud/test/compute/fixtures/openstack/_v2_0__auth.json
@@ -19,7 +19,7 @@
                     }
                 ],
                 "name": "cloudFilesCDN",
-                "type": "object-store"
+                "type": "rax:object-cdn"
             },
             {
                 "endpoints": [

http://git-wip-us.apache.org/repos/asf/libcloud/blob/6f385645/libcloud/test/compute/fixtures/openstack/_v2_0__auth_deployment.json
----------------------------------------------------------------------
diff --git a/libcloud/test/compute/fixtures/openstack/_v2_0__auth_deployment.json b/libcloud/test/compute/fixtures/openstack/_v2_0__auth_deployment.json
index ae3ba4e..b3d1629 100644
--- a/libcloud/test/compute/fixtures/openstack/_v2_0__auth_deployment.json
+++ b/libcloud/test/compute/fixtures/openstack/_v2_0__auth_deployment.json
@@ -19,7 +19,7 @@
                     }
                 ],
                 "name": "cloudFilesCDN",
-                "type": "object-store"
+                "type": "rax:object-cdn"
             },
             {
                 "endpoints": [

http://git-wip-us.apache.org/repos/asf/libcloud/blob/6f385645/libcloud/test/compute/fixtures/openstack/_v2_0__auth_lon.json
----------------------------------------------------------------------
diff --git a/libcloud/test/compute/fixtures/openstack/_v2_0__auth_lon.json b/libcloud/test/compute/fixtures/openstack/_v2_0__auth_lon.json
index e76b22c..ba4a10d 100644
--- a/libcloud/test/compute/fixtures/openstack/_v2_0__auth_lon.json
+++ b/libcloud/test/compute/fixtures/openstack/_v2_0__auth_lon.json
@@ -19,7 +19,7 @@
                     }
                 ],
                 "name": "cloudFilesCDN",
-                "type": "object-store"
+                "type": "rax:object-cdn"
             },
             {
                 "endpoints": [

http://git-wip-us.apache.org/repos/asf/libcloud/blob/6f385645/libcloud/test/dns/fixtures/rackspace/auth_2_0.json
----------------------------------------------------------------------
diff --git a/libcloud/test/dns/fixtures/rackspace/auth_2_0.json b/libcloud/test/dns/fixtures/rackspace/auth_2_0.json
index df7ba6f..f142179 100644
--- a/libcloud/test/dns/fixtures/rackspace/auth_2_0.json
+++ b/libcloud/test/dns/fixtures/rackspace/auth_2_0.json
@@ -30,7 +30,7 @@
 
                 ],
                 "name": "cloudFilesCDN",
-                "type": "object-store"
+                "type": "rax:object-cdn"
             },
             {
                 "endpoints": [

http://git-wip-us.apache.org/repos/asf/libcloud/blob/6f385645/libcloud/test/loadbalancer/fixtures/rackspace/_v2_0__auth.json
----------------------------------------------------------------------
diff --git a/libcloud/test/loadbalancer/fixtures/rackspace/_v2_0__auth.json b/libcloud/test/loadbalancer/fixtures/rackspace/_v2_0__auth.json
index a837fff..e106e93 100644
--- a/libcloud/test/loadbalancer/fixtures/rackspace/_v2_0__auth.json
+++ b/libcloud/test/loadbalancer/fixtures/rackspace/_v2_0__auth.json
@@ -30,7 +30,7 @@
 
                 ],
                 "name": "cloudFilesCDN",
-                "type": "object-store"
+                "type": "rax:object-cdn"
             },
             {
                 "endpoints": [

http://git-wip-us.apache.org/repos/asf/libcloud/blob/6f385645/libcloud/test/loadbalancer/fixtures/rackspace/auth_2_0.json
----------------------------------------------------------------------
diff --git a/libcloud/test/loadbalancer/fixtures/rackspace/auth_2_0.json b/libcloud/test/loadbalancer/fixtures/rackspace/auth_2_0.json
index 569445f..49b5369 100644
--- a/libcloud/test/loadbalancer/fixtures/rackspace/auth_2_0.json
+++ b/libcloud/test/loadbalancer/fixtures/rackspace/auth_2_0.json
@@ -53,7 +53,7 @@
                     }
                 ],
                 "name": "cloudFilesCDN",
-                "type": "object-store"
+                "type": "rax:object-cdn"
             }
         ],
         "user": {

http://git-wip-us.apache.org/repos/asf/libcloud/blob/6f385645/libcloud/test/storage/fixtures/cloudfiles/_v2_0__auth.json
----------------------------------------------------------------------
diff --git a/libcloud/test/storage/fixtures/cloudfiles/_v2_0__auth.json b/libcloud/test/storage/fixtures/cloudfiles/_v2_0__auth.json
index 3457fdc..8e91196 100644
--- a/libcloud/test/storage/fixtures/cloudfiles/_v2_0__auth.json
+++ b/libcloud/test/storage/fixtures/cloudfiles/_v2_0__auth.json
@@ -30,7 +30,7 @@
 
                 ],
                 "name": "cloudFilesCDN",
-                "type": "object-store"
+                "type": "rax:object-cdn"
             },
             {
                 "endpoints": [