mirror of https://github.com/apache/jclouds.git
Issue 230: moving to sandbox as we don't have an account to finish this
This commit is contained in:
parent
f4f714a2f4
commit
86fa8314ca
|
@ -28,7 +28,7 @@ our dev version is 1.0-SNAPSHOT
|
|||
|
||||
our compute api supports: ec2, gogrid, rackspace, rimuhosting, vcloud, trmk-ecloud,
|
||||
trmk-vcloudexpress, eucalyptus, bluelock-vclouddirector,
|
||||
bluelock-vcloudexpress, ibmdev, slicehost
|
||||
bluelock-vcloudexpress, slicehost
|
||||
|
||||
* note * the pom dependency org.jclouds/jclouds-allcompute gives you access to
|
||||
to all of these providers
|
||||
|
|
|
@ -64,11 +64,6 @@
|
|||
<artifactId>jclouds-gogrid</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>jclouds-ibmdev</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>jclouds-slicehost</artifactId>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
Current supported services are:
|
||||
[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:
|
||||
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -53,7 +53,6 @@
|
|||
<module>gogrid</module>
|
||||
<module>chef</module>
|
||||
<module>opscodeplatform</module>
|
||||
<module>ibmdev</module>
|
||||
<module>boxdotnet</module>
|
||||
<module>slicehost</module>
|
||||
<module>allcompute</module>
|
||||
|
|
Loading…
Reference in New Issue