mirror of https://github.com/apache/jclouds.git
promoted byon
This commit is contained in:
parent
e56697170a
commit
26638192da
|
@ -30,7 +30,7 @@ our current version is 1.0-beta-8
|
|||
our dev version is 1.0-SNAPSHOT
|
||||
|
||||
our compute api supports: aws-ec2, gogrid, cloudservers (generic), cloudservers-us,
|
||||
cloudservers-uk, vcloud (generic), ec2 (generic),
|
||||
cloudservers-uk, vcloud (generic), ec2 (generic), byon,
|
||||
trmk-ecloud, trmk-vcloudexpress, eucalyptus (generic),
|
||||
cloudsigma-zrh, elasticstack(generic), bluelock-vclouddirector,
|
||||
slicehost, eucalyptus-partnercloud-ec2, elastichosts-lon-p (Peer 1),
|
||||
|
|
|
@ -39,6 +39,11 @@
|
|||
<artifactId>aws-ec2</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jclouds.api</groupId>
|
||||
<artifactId>byon</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jclouds.api</groupId>
|
||||
<artifactId>ec2</artifactId>
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
<name>jclouds apis project</name>
|
||||
<modules>
|
||||
<module>filesystem</module>
|
||||
<module>byon</module>
|
||||
<module>s3</module>
|
||||
<module>ec2</module>
|
||||
<module>elb</module>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
Current supported providers are:
|
||||
[ec2, aws-ec2, eucualyptus-partnercloud-ec2, cloudservers,
|
||||
cloudservers-uk, cloudservers-us,
|
||||
cloudservers-uk, cloudservers-us, byon,
|
||||
trmk-ecloud, trmk-vcloudexpress, vcloud, bluelock, eucalyptus,
|
||||
slicehost, elastichosts-lon-p, elastichosts-sat-p, elastichosts,
|
||||
openhosting-east1, serverlove-z1-man, skalicloud-sdg-my,
|
||||
|
|
Loading…
Reference in New Issue