mirror of https://github.com/apache/jclouds.git
Issue 885:add TryStack provider
This commit is contained in:
parent
305b0b8972
commit
a6ff7579f5
|
@ -23,7 +23,7 @@ our compute api supports: aws-ec2, gogrid, cloudservers-us, stub (in-memory), de
|
|||
openhosting-east1, serverlove-z1-man, skalicloud-sdg-my,
|
||||
greenhousedata-element-vcloud, softlayer, cloudsigma (generic),
|
||||
cloudstack (generic), ninefold-compute, openstack-nov (keystone),
|
||||
hpcloud-compute
|
||||
hpcloud-compute, trystack-nova
|
||||
|
||||
* note * the pom dependency org.jclouds/jclouds-allcompute gives you access to
|
||||
to all of these providers
|
||||
|
|
|
@ -200,5 +200,10 @@
|
|||
<artifactId>hpcloud-compute</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jclouds.provider</groupId>
|
||||
<artifactId>trystack-nova</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
@ -39,6 +39,5 @@
|
|||
<module>elb</module>
|
||||
<module>aws-elb</module>
|
||||
<module>savvis-symphonyvpdc</module>
|
||||
<module>trystack-nova</module>
|
||||
</modules>
|
||||
</project>
|
||||
|
|
|
@ -70,5 +70,6 @@
|
|||
<module>ninefold-compute</module>
|
||||
<module>hpcloud-compute</module>
|
||||
<module>hpcloud-objectstorage</module>
|
||||
<module>trystack-nova</module>
|
||||
</modules>
|
||||
</project>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<version>1.5.0-SNAPSHOT</version>
|
||||
<relativePath>../../project/pom.xml</relativePath>
|
||||
</parent>
|
||||
<groupId>org.jclouds.labs</groupId>
|
||||
<groupId>org.jclouds.provider</groupId>
|
||||
<artifactId>trystack-nova</artifactId>
|
||||
<name>jclouds TryStack.org Compute provider</name>
|
||||
<description>OpenStack Nova implementation targeted to TryStack.org</description>
|
Loading…
Reference in New Issue