mirror of https://github.com/apache/jclouds.git
Issue 412: elasticstack/hosts is now a top-level provider
This commit is contained in:
parent
23b164ba3d
commit
de04e9ec9d
|
@ -31,7 +31,9 @@ our dev version is 1.0-SNAPSHOT
|
||||||
|
|
||||||
our compute api supports: ec2, gogrid, cloudservers (rackspace), rimuhosting, vcloud,
|
our compute api supports: ec2, gogrid, cloudservers (rackspace), rimuhosting, vcloud,
|
||||||
trmk-ecloud, trmk-vcloudexpress, eucalyptus,
|
trmk-ecloud, trmk-vcloudexpress, eucalyptus,
|
||||||
bluelock-vclouddirector, slicehost, stub (in-memory)
|
elasticstack, bluelock-vclouddirector, slicehost,
|
||||||
|
elastichosts-lon-p (Peer 1), elastichosts-sat-p (Peer 1),
|
||||||
|
elastichosts-lon-b (BlueSquare), stub (in-memory)
|
||||||
|
|
||||||
* 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
|
||||||
|
|
|
@ -69,5 +69,10 @@
|
||||||
<artifactId>jclouds-slicehost</artifactId>
|
<artifactId>jclouds-slicehost</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>${project.groupId}</groupId>
|
||||||
|
<artifactId>jclouds-elasticstack</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -22,7 +22,8 @@
|
||||||
|
|
||||||
Current supported services are:
|
Current supported services are:
|
||||||
[ec2, rimuhosting, cloudservers, trmk-ecloud, trmk-vcloudexpress, vcloud,
|
[ec2, rimuhosting, cloudservers, trmk-ecloud, trmk-vcloudexpress, vcloud,
|
||||||
bluelock, eucalyptus, slicehost]
|
bluelock, eucalyptus, slicehost, elastichosts-lon-p, elastichosts-sat-p,
|
||||||
|
elastichosts, elastichosts-lon-b, stub]
|
||||||
|
|
||||||
Here's an example of getting some compute configuration from rackspace:
|
Here's an example of getting some compute configuration from rackspace:
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
<groupId>org.jclouds</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-project</artifactId>
|
<artifactId>jclouds-project</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<relativePath>../../project/pom.xml</relativePath>
|
<relativePath>../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.jclouds</groupId>
|
<groupId>org.jclouds</groupId>
|
||||||
<artifactId>jclouds-elasticstack</artifactId>
|
<artifactId>jclouds-elasticstack</artifactId>
|
Loading…
Reference in New Issue