mirror of https://github.com/apache/jclouds.git
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 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,
|
||||
walrus, googlestorage, transient (in-memory)
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
Current supported services are:
|
||||
[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:
|
||||
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -54,6 +54,7 @@
|
|||
<module>opscodeplatform</module>
|
||||
<module>ibmdev</module>
|
||||
<module>boxdotnet</module>
|
||||
<module>slicehost</module>
|
||||
</modules>
|
||||
<build>
|
||||
<plugins>
|
||||
|
@ -144,4 +145,4 @@ pageTracker._trackPageview();
|
|||
</build>
|
||||
</profile>
|
||||
</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() {
|
||||
return name;
|
||||
|
|
Loading…
Reference in New Issue