mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 15:08:28 +00:00
Issue 165: added slicehost to the provider list
This commit is contained in:
parent
0d46ffbe04
commit
0612e5e1ba
@ -8,7 +8,7 @@ our current version is 1.0-beta-6
|
|||||||
our dev version is 1.0-SNAPSHOT
|
our dev version is 1.0-SNAPSHOT
|
||||||
|
|
||||||
our compute api supports: ec2, gogrid, rackspace, rimuhosting, vcloud, terremark,
|
our compute api supports: ec2, gogrid, rackspace, rimuhosting, vcloud, terremark,
|
||||||
eucalyptus, hosting.com, bluelock, ibmdev
|
eucalyptus, hosting.com, bluelock, ibmdev, slicehost
|
||||||
our blobstore api supports: s3, rackspace, azure, atmos online, att synaptic,
|
our blobstore api supports: s3, rackspace, azure, atmos online, att synaptic,
|
||||||
walrus, googlestorage, transient (in-memory)
|
walrus, googlestorage, transient (in-memory)
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
Current supported services are:
|
Current supported services are:
|
||||||
[ec2, rimuhosting, cloudservers, trmk-ecloud, trmk-vcloudexpress, vcloud, bluelock,
|
[ec2, rimuhosting, cloudservers, trmk-ecloud, trmk-vcloudexpress, vcloud, bluelock,
|
||||||
ibmdev, eucalyptus, hostingdotcom]
|
ibmdev, eucalyptus, hostingdotcom, slicehost]
|
||||||
|
|
||||||
Here's an example of getting some compute configuration from rackspace:
|
Here's an example of getting some compute configuration from rackspace:
|
||||||
|
|
||||||
|
3
pom.xml
3
pom.xml
@ -54,6 +54,7 @@
|
|||||||
<module>opscodeplatform</module>
|
<module>opscodeplatform</module>
|
||||||
<module>ibmdev</module>
|
<module>ibmdev</module>
|
||||||
<module>boxdotnet</module>
|
<module>boxdotnet</module>
|
||||||
|
<module>slicehost</module>
|
||||||
</modules>
|
</modules>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
@ -144,4 +145,4 @@ pageTracker._trackPageview();
|
|||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
|
@ -46,7 +46,7 @@ public class Flavor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Verbose name for the flavor, e.g. Ò256 sliceÓ
|
* @return Verbose name for the flavor, e.g. 256 slice
|
||||||
*/
|
*/
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return name;
|
return name;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user