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

View File

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

View File

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

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() { public String getName() {
return name; return name;