Issue 864:create hpcloud-compute provider

This commit is contained in:
Adrian Cole 2012-03-22 21:48:11 -07:00
parent 33fa1ec555
commit 305b0b8972
20 changed files with 9 additions and 3 deletions

View File

@ -22,7 +22,8 @@ our compute api supports: aws-ec2, gogrid, cloudservers-us, stub (in-memory), de
elastichosts-sat-p (Peer 1), elastichosts-lon-b (BlueSquare),
openhosting-east1, serverlove-z1-man, skalicloud-sdg-my,
greenhousedata-element-vcloud, softlayer, cloudsigma (generic),
cloudstack (generic), ninefold-compute, openstack-nova
cloudstack (generic), ninefold-compute, openstack-nov (keystone),
hpcloud-compute
* note * the pom dependency org.jclouds/jclouds-allcompute gives you access to
to all of these providers

View File

@ -195,5 +195,10 @@
<artifactId>ninefold-compute</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jclouds.provider</groupId>
<artifactId>hpcloud-compute</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>

View File

@ -39,7 +39,6 @@
<module>elb</module>
<module>aws-elb</module>
<module>savvis-symphonyvpdc</module>
<module>hpcloud-compute</module>
<module>trystack-nova</module>
</modules>
</project>

View File

@ -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>hpcloud-compute</artifactId>
<name>jclouds HP Cloud Compute provider</name>
<description>OpenStack Nova implementation targeted to HP Cloud Compute</description>

View File

@ -68,6 +68,7 @@
<module>go2cloud-jhb1</module>
<module>softlayer</module>
<module>ninefold-compute</module>
<module>hpcloud-compute</module>
<module>hpcloud-objectstorage</module>
</modules>
</project>