This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# find out what sizes and types of nodes are available from your provider | |
# (these lists are truncated to just three items for clarity) | |
$ dewpoint list-sizes | |
----- | |
name: 256 server | |
price: None | |
ram: 256 | |
bandwidth: None | |
disk: 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.dewpoint/dewpoint.ini | |
[default] | |
provider: rackspace | |
[rackspace] | |
user: YOUR USER | |
key: YOUR API KEY | |
default_size: 256 | |
default_image: Ubuntu 10.04 LTS (lucid) |