You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/10/12 21:19:19 UTC

[1/5] git commit: JCLOUDS-692: Removing CloudSigma v1 features

Repository: jclouds-karaf
Updated Branches:
  refs/heads/rem-cloudsigma 19b24f034 -> d32534661 (forced update)


JCLOUDS-692: Removing CloudSigma v1 features

Follow-on from jclouds/jclouds commit f7aea987


Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/59eda397
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/59eda397
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/59eda397

Branch: refs/heads/rem-cloudsigma
Commit: 59eda397b7574f0602d1311bf356148b347eb67d
Parents: 8515635
Author: Andrew Phillips <an...@apache.org>
Authored: Fri Oct 10 14:37:58 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Sun Oct 12 14:46:30 2014 -0400

----------------------------------------------------------------------
 feature/pom.xml                                       |  2 --
 feature/src/main/resources/feature.xml                | 14 --------------
 .../karaf/itests/MiscFeaturesInstallationTest.java    |  5 -----
 3 files changed, 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/59eda397/feature/pom.xml
----------------------------------------------------------------------
diff --git a/feature/pom.xml b/feature/pom.xml
index 1a2d5ca..ba0e4da 100644
--- a/feature/pom.xml
+++ b/feature/pom.xml
@@ -139,8 +139,6 @@ limitations under the License.
                 <feature>jclouds-rackspace-clouddns-uk</feature>
                 <feature>jclouds-rackspace-cloudblockstorage-us</feature>
                 <feature>jclouds-rackspace-cloudblockstorage-uk</feature>
-                <feature>jclouds-cloudsigma-zrh</feature>
-                <feature>jclouds-cloudsigma-lvs</feature>
                 <feature>jclouds-elastichosts-lon-b</feature>
                 <feature>jclouds-elastichosts-lon-p</feature>
                 <feature>jclouds-elastichosts-sat-p</feature>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/59eda397/feature/src/main/resources/feature.xml
----------------------------------------------------------------------
diff --git a/feature/src/main/resources/feature.xml b/feature/src/main/resources/feature.xml
index 54d9714..aea715b 100644
--- a/feature/src/main/resources/feature.xml
+++ b/feature/src/main/resources/feature.xml
@@ -308,20 +308,6 @@ limitations under the License.
         <bundle>mvn:org.apache.jclouds.provider/rackspace-cloudblockstorage-uk/${jclouds.version}</bundle>
     </feature>
 
-    <feature name='jclouds-cloudsigma-zrh' description='CloudSigma ZRH' version='${project.version}' resolver='(obr)'>
-        <feature version='${project.version}'>jclouds-compute</feature>
-        <bundle dependency='true'>mvn:org.apache.jclouds.common/openstack-common/${jclouds.version}</bundle>
-        <bundle>mvn:org.apache.jclouds.api/cloudsigma/${jclouds.version}</bundle>
-        <bundle>mvn:org.apache.jclouds.provider/cloudsigma-zrh/${jclouds.version}</bundle>
-    </feature>
-
-    <feature name='jclouds-cloudsigma-lvs' description='CloudSigma ZRH' version='${project.version}' resolver='(obr)'>
-        <feature version='${project.version}'>jclouds-compute</feature>
-        <bundle dependency='true'>mvn:org.apache.jclouds.common/openstack-common/${jclouds.version}</bundle>
-        <bundle>mvn:org.apache.jclouds.api/cloudsigma/${jclouds.version}</bundle>
-        <bundle>mvn:org.apache.jclouds.provider/cloudsigma-lvs/${jclouds.version}</bundle>
-    </feature>
-
     <feature name='jclouds-elastichosts-lon-b' description='Elastichosts Bluesquare London' version='${project.version}' resolver='(obr)'>
         <feature version='${project.version}'>jclouds-compute</feature>
         <bundle dependency='true'>mvn:org.apache.jclouds.api/elasticstack/${jclouds.version}</bundle>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/59eda397/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java
----------------------------------------------------------------------
diff --git a/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java b/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java
index d8af937..3804a5b 100644
--- a/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java
+++ b/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java
@@ -61,11 +61,6 @@ public class MiscFeaturesInstallationTest extends JcloudsFeaturesTestSupport {
     }
 
     @Test
-    public void testCloudSigmaZrhFeature() throws Exception {
-        installAndCheckFeature("jclouds-cloudsigma-zrh");
-    }
-
-    @Test
     public void testGoGridFeature() throws Exception {
         installAndCheckFeature("jclouds-gogrid");
     }


[2/5] git commit: JCLOUDS-742: Removing cloudonestorage feature

Posted by an...@apache.org.
JCLOUDS-742: Removing cloudonestorage feature

Provider was removed in jclouds/jclouds commit 9df0cd24


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

Branch: refs/heads/rem-cloudsigma
Commit: c8e5a3867804c8ffafc6e41784411c49840a1ac9
Parents: 59eda39
Author: Andrew Phillips <an...@apache.org>
Authored: Fri Oct 10 14:59:14 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Sun Oct 12 14:47:46 2014 -0400

----------------------------------------------------------------------
 feature/pom.xml                                               | 1 -
 feature/src/main/resources/feature.xml                        | 7 -------
 .../jclouds/karaf/itests/MiscFeaturesInstallationTest.java    | 6 ------
 3 files changed, 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/c8e5a386/feature/pom.xml
----------------------------------------------------------------------
diff --git a/feature/pom.xml b/feature/pom.xml
index ba0e4da..87fc443 100644
--- a/feature/pom.xml
+++ b/feature/pom.xml
@@ -130,7 +130,6 @@ limitations under the License.
                 <feature>jclouds-dynect</feature>
                 <feature>jclouds-rackspace-cloudloadbalancers-us</feature>
                 <feature>jclouds-rackspace-cloudloadbalancers-uk</feature>
-                <feature>jclouds-cloudonestorage</feature>
                 <feature>jclouds-cloudserver-uk</feature>
                 <feature>jclouds-cloudserver-us</feature>
                 <feature>jclouds-rackspace-cloudservers-us</feature>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/c8e5a386/feature/src/main/resources/feature.xml
----------------------------------------------------------------------
diff --git a/feature/src/main/resources/feature.xml b/feature/src/main/resources/feature.xml
index aea715b..53581f4 100644
--- a/feature/src/main/resources/feature.xml
+++ b/feature/src/main/resources/feature.xml
@@ -249,13 +249,6 @@ limitations under the License.
         <bundle>mvn:org.apache.jclouds.provider/rackspace-cloudloadbalancers-uk/${jclouds.version}</bundle>
     </feature>
 
-    <feature name='jclouds-cloudonestorage' description='Cloud One Storage' version='${project.version}' resolver='(obr)'>
-        <feature version='${project.version}'>jclouds-blobstore</feature>
-        <bundle dependency='true'>mvn:org.apache.jclouds.api/atmos/${jclouds.version}</bundle>
-        <bundle>mvn:org.apache.jclouds.provider/cloudonestorage/${jclouds.version}</bundle>
-    </feature>
-
-
     <feature name='jclouds-cloudserver-uk' description='Cloudservers UK' version='${project.version}' resolver='(obr)'>
         <feature version='${project.version}'>jclouds-compute</feature>
         <bundle dependency='true'>mvn:org.apache.jclouds.common/openstack-common/${jclouds.version}</bundle>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/c8e5a386/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java
----------------------------------------------------------------------
diff --git a/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java b/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java
index 3804a5b..6e6f53a 100644
--- a/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java
+++ b/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java
@@ -54,12 +54,6 @@ public class MiscFeaturesInstallationTest extends JcloudsFeaturesTestSupport {
         installAndCheckFeature("jclouds-bluelock-vcloud-zone01");
     }
 
-
-    @Test
-    public void testCloudOneStorageFeature() throws Exception {
-        installAndCheckFeature("jclouds-cloudonestorage");
-    }
-
     @Test
     public void testGoGridFeature() throws Exception {
         installAndCheckFeature("jclouds-gogrid");


[4/5] git commit: Removing references to azure-common from the azureblob feature

Posted by an...@apache.org.
Removing references to azure-common from the azureblob feature

azure-common was folded into azureblob in jclouds/jclouds 6843e0c


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

Branch: refs/heads/rem-cloudsigma
Commit: c0fe62bfdb2ae9540ffb9450eb88ddba96118fa1
Parents: 75040ea
Author: Andrew Phillips <an...@apache.org>
Authored: Fri Oct 10 15:08:49 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Sun Oct 12 14:49:31 2014 -0400

----------------------------------------------------------------------
 feature/src/main/resources/feature.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/c0fe62bf/feature/src/main/resources/feature.xml
----------------------------------------------------------------------
diff --git a/feature/src/main/resources/feature.xml b/feature/src/main/resources/feature.xml
index b2aa58b..afbc3f8 100644
--- a/feature/src/main/resources/feature.xml
+++ b/feature/src/main/resources/feature.xml
@@ -198,7 +198,6 @@ limitations under the License.
 
     <feature name='jclouds-azureblob' description='Azureblob' version='${project.version}' resolver='(obr)'>
         <feature version='${project.version}'>jclouds-blobstore</feature>
-        <bundle dependency='true'>mvn:org.apache.jclouds.common/azure-common/${jclouds.version}</bundle>
         <bundle>mvn:org.apache.jclouds.provider/azureblob/${jclouds.version}</bundle>
     </feature>
 


[3/5] git commit: Catching up with provider removal in jclouds core

Posted by an...@apache.org.
Catching up with provider removal in jclouds core

* bluelock-vcloud-zone01 (7e04f62)
* greenhousedata-element-vcloud (0acc61b)
* JCLOUDS-735: ninefold-storage (1d95d29) and ninefold-compute (1d95d29)

Also adding cloudstack as a feature explicitly since it's no longer
transitively included via ninefold-compute


Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/75040ea6
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/75040ea6
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/75040ea6

Branch: refs/heads/rem-cloudsigma
Commit: 75040ea6eadd73010960614ca3c6c82bbadc2dc7
Parents: c8e5a38
Author: Andrew Phillips <an...@apache.org>
Authored: Fri Oct 10 14:53:28 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Sun Oct 12 14:48:55 2014 -0400

----------------------------------------------------------------------
 feature/pom.xml                                 | 13 ++++------
 feature/src/main/resources/feature.xml          | 26 --------------------
 .../itests/MiscFeaturesInstallationTest.java    | 16 ------------
 3 files changed, 5 insertions(+), 50 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/75040ea6/feature/pom.xml
----------------------------------------------------------------------
diff --git a/feature/pom.xml b/feature/pom.xml
index 87fc443..f61eb66 100644
--- a/feature/pom.xml
+++ b/feature/pom.xml
@@ -109,14 +109,15 @@ limitations under the License.
                 <feature>jclouds-blobstore</feature>
                 <feature>jclouds-compute</feature>
                 <feature>jclouds-management</feature>
-                <feature>jclouds-api-filesystem</feature>
-                <feature>jclouds-api-elasticstack</feature>
-                <feature>jclouds-api-vcloud</feature>
                 <feature>jclouds-api-byon</feature>
-                <feature>jclouds-api-swift</feature>
+                <feature>jclouds-api-cloudstack</feature>
+                <feature>jclouds-api-elasticstack</feature>
+                <feature>jclouds-api-filesystem</feature>
                 <feature>jclouds-api-openstack-nova</feature>
                 <feature>jclouds-api-openstack-keystone</feature>
                 <feature>jclouds-api-openstack-cinder</feature>
+                <feature>jclouds-api-swift</feature>
+                <feature>jclouds-api-vcloud</feature>
                 <feature>jclouds-aws-cloudwatch</feature>
                 <feature>jclouds-aws-ec2</feature>
                 <feature>jclouds-aws-route53</feature>
@@ -124,7 +125,6 @@ limitations under the License.
                 <feature>jclouds-aws-sqs</feature>
                 <feature>jclouds-aws-sts</feature>
                 <feature>jclouds-azureblob</feature>
-                <feature>jclouds-bluelock-vcloud-zone01</feature>
                 <feature>jclouds-cloudfiles-uk</feature>
                 <feature>jclouds-cloudfiles-us</feature>
                 <feature>jclouds-dynect</feature>
@@ -145,12 +145,9 @@ limitations under the License.
                 <feature>jclouds-elastichosts-tor-p</feature>
                 <feature>jclouds-gogrid</feature>
                 <feature>jclouds-go2cloud-jhb1</feature>
-                <feature>jclouds-greenhousedata-element-vcloud</feature>
                 <feature>jclouds-glesys</feature>
                 <feature>jclouds-hpcloud-objectstorage</feature>
                 <feature>jclouds-hpcloud-compute</feature>
-                <feature>jclouds-ninefold-storage</feature>
-                <feature>jclouds-ninefold-compute</feature>
                 <feature>jclouds-openhosting-east1</feature>
                 <feature>jclouds-serverlove-z1-man</feature>
                 <feature>jclouds-skalicloud-sdg-my</feature>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/75040ea6/feature/src/main/resources/feature.xml
----------------------------------------------------------------------
diff --git a/feature/src/main/resources/feature.xml b/feature/src/main/resources/feature.xml
index 53581f4..b2aa58b 100644
--- a/feature/src/main/resources/feature.xml
+++ b/feature/src/main/resources/feature.xml
@@ -202,14 +202,6 @@ limitations under the License.
         <bundle>mvn:org.apache.jclouds.provider/azureblob/${jclouds.version}</bundle>
     </feature>
 
-    <feature name='jclouds-bluelock-vcloud-zone01' description='vCloud implementation targeted to Bluelock vCloud Zone01' version='${project.version}' resolver='(obr)'>
-        <feature version='${project.version}'>jclouds-api-vcloud</feature>
-        <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.java-xmlbuilder/${java-xmlbuilder.bundle.version}</bundle>
-        <bundle dependency='true'>mvn:org.apache.jclouds/jclouds-compute/${jclouds.version}</bundle>
-        <bundle dependency='true'>mvn:org.apache.jclouds/jclouds-scriptbuilder/${jclouds.version}</bundle>
-        <bundle>mvn:org.apache.jclouds.provider/bluelock-vcloud-zone01/${jclouds.version}</bundle>
-    </feature>
-
     <feature name='jclouds-cloudfiles-uk' description='Cloudfiles UK' version='${project.version}' resolver='(obr)'>
         <feature version='${project.version}'>jclouds-api-swift</feature>
         <bundle dependency='true'>mvn:org.apache.jclouds.api/cloudfiles/${jclouds.version}</bundle>
@@ -346,12 +338,6 @@ limitations under the License.
         <bundle>mvn:org.apache.jclouds.provider/go2cloud-jhb1/${jclouds.version}</bundle>
     </feature>
 
-    <feature name='jclouds-greenhousedata-element-vcloud' description='Green House Data Element vCloud' version='${project.version}' resolver='(obr)'>
-        <feature version='${project.version}'>jclouds-api-vcloud</feature>
-        <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.java-xmlbuilder/${java-xmlbuilder.bundle.version}</bundle>
-        <bundle>mvn:org.apache.jclouds.provider/greenhousedata-element-vcloud/${jclouds.version}</bundle>
-    </feature>
-
     <feature name='jclouds-glesys' description='GleSYS' version='${project.version}' resolver='(obr)'>
         <feature version='${project.version}'>jclouds-compute</feature>
         <bundle>mvn:org.apache.jclouds.provider/glesys/${jclouds.version}</bundle>
@@ -367,18 +353,6 @@ limitations under the License.
         <bundle>mvn:org.apache.jclouds.provider/hpcloud-compute/${jclouds.version}</bundle>
     </feature>
 
-    <feature name='jclouds-ninefold-storage' description='Ninefold Storage' version='${project.version}' resolver='(obr)'>
-        <feature version='${project.version}'>jclouds-blobstore</feature>
-        <bundle dependency='true'>mvn:org.apache.jclouds.api/atmos/${jclouds.version}</bundle>
-        <bundle>mvn:org.apache.jclouds.provider/ninefold-storage/${jclouds.version}</bundle>
-    </feature>
-
-    <feature name='jclouds-ninefold-compute' description='Ninefold Compute' version='${project.version}' resolver='(obr)'>
-        <feature version='${project.version}'>jclouds-compute</feature>
-        <bundle dependency='true'>mvn:org.apache.jclouds.api/cloudstack/${jclouds.version}</bundle>
-        <bundle>mvn:org.apache.jclouds.provider/ninefold-compute/${jclouds.version}</bundle>
-    </feature>
-
     <feature name='jclouds-openhosting-east1' description='Open Hosting for East1' version='${project.version}' resolver='(obr)'>
         <feature version='${project.version}'>jclouds-compute</feature>
         <bundle dependency='true'>mvn:org.apache.jclouds.api/elasticstack/${jclouds.version}</bundle>

http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/75040ea6/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java
----------------------------------------------------------------------
diff --git a/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java b/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java
index 6e6f53a..711d61e 100644
--- a/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java
+++ b/itests/src/test/java/org/jclouds/karaf/itests/MiscFeaturesInstallationTest.java
@@ -50,11 +50,6 @@ public class MiscFeaturesInstallationTest extends JcloudsFeaturesTestSupport {
     }
 
     @Test
-    public void testBlueLockFeature() throws Exception {
-        installAndCheckFeature("jclouds-bluelock-vcloud-zone01");
-    }
-
-    @Test
     public void testGoGridFeature() throws Exception {
         installAndCheckFeature("jclouds-gogrid");
     }
@@ -64,17 +59,6 @@ public class MiscFeaturesInstallationTest extends JcloudsFeaturesTestSupport {
         installAndCheckFeature("jclouds-go2cloud-jhb1");
     }
 
-
-    @Test
-    public void testGreenHouseDataFeature() throws Exception {
-        installAndCheckFeature("jclouds-greenhousedata-element-vcloud");
-    }
-
-    @Test
-    public void testNineFoldStorageFeature() throws Exception {
-        installAndCheckFeature("jclouds-ninefold-storage");
-    }
-
     @Test
     public void testOpenHostingEast1Feature() throws Exception {
         installAndCheckFeature("jclouds-openhosting-east1");


[5/5] git commit: Listing features alphabetically

Posted by an...@apache.org.
Listing features alphabetically


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

Branch: refs/heads/rem-cloudsigma
Commit: d3253466146e24971e1543362b19c6838515f787
Parents: c0fe62b
Author: Andrew Phillips <an...@apache.org>
Authored: Sun Oct 12 13:58:49 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Sun Oct 12 14:49:32 2014 -0400

----------------------------------------------------------------------
 feature/pom.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/d3253466/feature/pom.xml
----------------------------------------------------------------------
diff --git a/feature/pom.xml b/feature/pom.xml
index f61eb66..326fd38 100644
--- a/feature/pom.xml
+++ b/feature/pom.xml
@@ -127,17 +127,10 @@ limitations under the License.
                 <feature>jclouds-azureblob</feature>
                 <feature>jclouds-cloudfiles-uk</feature>
                 <feature>jclouds-cloudfiles-us</feature>
-                <feature>jclouds-dynect</feature>
-                <feature>jclouds-rackspace-cloudloadbalancers-us</feature>
-                <feature>jclouds-rackspace-cloudloadbalancers-uk</feature>
                 <feature>jclouds-cloudserver-uk</feature>
                 <feature>jclouds-cloudserver-us</feature>
-                <feature>jclouds-rackspace-cloudservers-us</feature>
-                <feature>jclouds-rackspace-cloudservers-uk</feature>
-                <feature>jclouds-rackspace-clouddns-us</feature>
-                <feature>jclouds-rackspace-clouddns-uk</feature>
-                <feature>jclouds-rackspace-cloudblockstorage-us</feature>
-                <feature>jclouds-rackspace-cloudblockstorage-uk</feature>
+                <feature>jclouds-digitalocean</feature>
+                <feature>jclouds-dynect</feature>
                 <feature>jclouds-elastichosts-lon-b</feature>
                 <feature>jclouds-elastichosts-lon-p</feature>
                 <feature>jclouds-elastichosts-sat-p</feature>
@@ -149,10 +142,17 @@ limitations under the License.
                 <feature>jclouds-hpcloud-objectstorage</feature>
                 <feature>jclouds-hpcloud-compute</feature>
                 <feature>jclouds-openhosting-east1</feature>
+                <feature>jclouds-rackspace-cloudloadbalancers-us</feature>
+                <feature>jclouds-rackspace-cloudloadbalancers-uk</feature>
+                <feature>jclouds-rackspace-cloudservers-us</feature>
+                <feature>jclouds-rackspace-cloudservers-uk</feature>
+                <feature>jclouds-rackspace-clouddns-us</feature>
+                <feature>jclouds-rackspace-clouddns-uk</feature>
+                <feature>jclouds-rackspace-cloudblockstorage-us</feature>
+                <feature>jclouds-rackspace-cloudblockstorage-uk</feature>
                 <feature>jclouds-serverlove-z1-man</feature>
                 <feature>jclouds-skalicloud-sdg-my</feature>
                 <feature>jclouds-softlayer</feature>
-                <feature>jclouds-digitalocean</feature>
               </features>
               <repository>target/features-repo</repository>
             </configuration>