Issue 230: moving to sandbox as we don't have an account to finish this

This commit is contained in:
Adrian Cole 2010-09-06 16:52:17 -07:00
parent f4f714a2f4
commit 86fa8314ca
91 changed files with 2 additions and 8 deletions

View File

@ -28,7 +28,7 @@ our dev version is 1.0-SNAPSHOT
our compute api supports: ec2, gogrid, rackspace, rimuhosting, vcloud, trmk-ecloud, our compute api supports: ec2, gogrid, rackspace, rimuhosting, vcloud, trmk-ecloud,
trmk-vcloudexpress, eucalyptus, bluelock-vclouddirector, trmk-vcloudexpress, eucalyptus, bluelock-vclouddirector,
bluelock-vcloudexpress, ibmdev, slicehost bluelock-vcloudexpress, slicehost
* note * the pom dependency org.jclouds/jclouds-allcompute gives you access to * note * the pom dependency org.jclouds/jclouds-allcompute gives you access to
to all of these providers to all of these providers

View File

@ -64,11 +64,6 @@
<artifactId>jclouds-gogrid</artifactId> <artifactId>jclouds-gogrid</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jclouds-ibmdev</artifactId>
<version>${project.version}</version>
</dependency>
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>jclouds-slicehost</artifactId> <artifactId>jclouds-slicehost</artifactId>

View File

@ -22,7 +22,7 @@
Current supported services are: Current supported services are:
[ec2, rimuhosting, cloudservers, trmk-ecloud, trmk-vcloudexpress, vcloud, bluelock, [ec2, rimuhosting, cloudservers, trmk-ecloud, trmk-vcloudexpress, vcloud, bluelock,
ibmdev, eucalyptus, slicehost] eucalyptus, slicehost]
Here's an example of getting some compute configuration from rackspace: Here's an example of getting some compute configuration from rackspace:

View File

@ -53,7 +53,6 @@
<module>gogrid</module> <module>gogrid</module>
<module>chef</module> <module>chef</module>
<module>opscodeplatform</module> <module>opscodeplatform</module>
<module>ibmdev</module>
<module>boxdotnet</module> <module>boxdotnet</module>
<module>slicehost</module> <module>slicehost</module>
<module>allcompute</module> <module>allcompute</module>