mirror of https://github.com/apache/jclouds.git
Issue 814:recreate nova api as openstack-nova
This commit is contained in:
parent
f3aaa62779
commit
c3dd362b4b
|
@ -7,8 +7,8 @@ two abstractions at the moment: compute and blobstore. compute helps you
|
||||||
bootstrap machines in the cloud. blobstore helps you manage key-value
|
bootstrap machines in the cloud. blobstore helps you manage key-value
|
||||||
data.
|
data.
|
||||||
|
|
||||||
our current version is 1.3.2
|
our current version is 1.4.0
|
||||||
our next maintenance version is 1.3.3-SNAPSHOT
|
our next maintenance version is 1.4.1-SNAPSHOT
|
||||||
our dev version is 1.5.0-SNAPSHOT
|
our dev version is 1.5.0-SNAPSHOT
|
||||||
|
|
||||||
check out our examples site! https://github.com/jclouds/jclouds-examples
|
check out our examples site! https://github.com/jclouds/jclouds-examples
|
||||||
|
@ -22,7 +22,7 @@ our compute api supports: aws-ec2, gogrid, cloudservers-us, stub (in-memory), de
|
||||||
elastichosts-sat-p (Peer 1), elastichosts-lon-b (BlueSquare),
|
elastichosts-sat-p (Peer 1), elastichosts-lon-b (BlueSquare),
|
||||||
openhosting-east1, serverlove-z1-man, skalicloud-sdg-my,
|
openhosting-east1, serverlove-z1-man, skalicloud-sdg-my,
|
||||||
greenhousedata-element-vcloud, softlayer, cloudsigma (generic),
|
greenhousedata-element-vcloud, softlayer, cloudsigma (generic),
|
||||||
cloudstack (generic), ninefold-compute
|
cloudstack (generic), ninefold-compute, openstack-nova
|
||||||
|
|
||||||
* 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
|
||||||
|
|
|
@ -55,6 +55,11 @@
|
||||||
<artifactId>rimuhosting</artifactId>
|
<artifactId>rimuhosting</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jclouds.api</groupId>
|
||||||
|
<artifactId>openstack-nova</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jclouds.api</groupId>
|
<groupId>org.jclouds.api</groupId>
|
||||||
<artifactId>nova</artifactId>
|
<artifactId>nova</artifactId>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<version>1.5.0-SNAPSHOT</version>
|
<version>1.5.0-SNAPSHOT</version>
|
||||||
<relativePath>../../project/pom.xml</relativePath>
|
<relativePath>../../project/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.jclouds.labs</groupId>
|
<groupId>org.jclouds.api</groupId>
|
||||||
<artifactId>openstack-nova</artifactId>
|
<artifactId>openstack-nova</artifactId>
|
||||||
<name>jcloud openstack-nova api</name>
|
<name>jcloud openstack-nova api</name>
|
||||||
<description>jclouds components to access an implementation of OpenStack Nova</description>
|
<description>jclouds components to access an implementation of OpenStack Nova</description>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue