Issue 165: added slicehost to the provider list

This commit is contained in:
Adrian Cole 2010-07-26 02:44:26 -07:00
parent 0d46ffbe04
commit 0612e5e1ba
4 changed files with 5 additions and 4 deletions

View File

@ -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)

View File

@ -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:

View File

@ -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>

View File

@ -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;