README.md in vagrant-rackspace-0.1.7 vs README.md in vagrant-rackspace-0.1.8

- old
+ new

@@ -1,10 +1,10 @@ -# Vagrant RackSpace Cloud Provider +# Vagrant Rackspace Cloud Provider This is a [Vagrant](http://www.vagrantup.com) 1.1+ plugin that adds a -[RackSpace Cloud](http://www.rackspace.com/cloud) provider to Vagrant, -allowing Vagrant to control and provision machines within RackSpace +[Rackspace Cloud](http://www.rackspace.com/cloud) provider to Vagrant, +allowing Vagrant to control and provision machines within Rackspace cloud. **Note:** This plugin requires Vagrant 1.1+. ## Features @@ -33,11 +33,11 @@ ### CentOS / RHEL (sudo: sorry, you must have a tty to run sudo) The default configuration of the RHEL family of Linux distributions requires a tty in order to run sudo. Vagrant does not connect with a tty by default, so you may experience the error: > sudo: sorry, you must have a tty to run sudo -The best way to take deal with this error is to upgrade to Vagrant 1.4 or later, and enable: +The best way to deal with this error is to upgrade to Vagrant 1.4 or later, and enable: ```ruby config.ssh.pty = true ``` ## Quick Start @@ -77,10 +77,22 @@ Note that normally a lot of this boilerplate is encoded within the box file, but the box file used for the quick start, the "dummy" box, has no preconfigured defaults. +### Flavors / Images + + To determine what flavors and images are avliable in your region refer to the [Custom Commands](#custom-commands) section. + +### RackConnect + +If you are using RackConnect with vagrant, you will need to add the following line to the `config.vm.provider` section to prevent timeouts. + + ``` + rs.rackconnect = true + ``` + ## Custom Commands The plugin includes several Rackspace-specific vagrant commands. You can get the list of available commands with `vagrant rackspace -h`. @@ -151,32 +163,9 @@ rs.username = "mitchellh" rs.api_key = "foobarbaz" end end ``` - -### Flavors - -As of February 2, 2014, the available flavor names are: - -* 512MB Standard Instance -* 1GB Standard Instance -* 2GB Standard Instance -* 4GB Standard Instance -* 8GB Standard Instance -* 15GB Standard Instance -* 30GB Standard Instance -* 1 GB Performance -* 2 GB Performance -* 4 GB Performance -* 8 GB Performance -* 120 GB Performance -* 15 GB Performance -* 30 GB Performance -* 60 GB Performance -* 90 GB Performance - -Please note that the standard instances are deprecated in favor of our performance flavors. ## Networks Networking features in the form of `config.vm.network` are not supported with `vagrant-rackspace`, currently. If any of these are