mitchellh / vagrant-rackspace

Use Vagrant to manage Rackspace Cloud instances.
MIT License
236 stars 155 forks source link

Add `rackspace_region` configuration to sample config #134

Closed zacharydanger closed 9 years ago

zacharydanger commented 9 years ago

This key is required to do just about anything with the Rackspace API. :D

zacharydanger commented 9 years ago

Whoops. Didn't read further down the readme about the configuration. It says it defaults to DFW, but I was given an error when I didn't explicitly provide one in the configuration.

domcleal commented 9 years ago

It changed in Fog a while ago, so I agree it would be a good recommendation: https://github.com/fog/fog/commit/86eaac8b0772bc64c157502813e27c11b9f57fe4

smashwilson commented 9 years ago

I agree. Merged as part of mitchellh/vagrant-rackspace#136.