README.md in vagrant-rackspace-0.1.1 vs README.md in vagrant-rackspace-0.1.2
- old
+ new
@@ -88,10 +88,13 @@
the exact ID or name of the server, or this can be a regular expression
to partially match some server flavor.
* `image` - The server image to boot. This can be a string matching the
exact ID or name of the image, or this can be a regular expression to
partially match some image.
-* `endpoint` - The endpoint to hit. By default this is DFW.
+* `rackspace_region` - The region to hit. By default this is :dfw. Valid options are:
+:dfw, :ord, :lon. User this OR rackspace_compute_url
+* `rackspace_compute_url` - The compute_url to hit. This is good for custom endpoints.
+Use this OR rackspace_region.
* `public_key_path` - The path to a public key to initialize with the remote
server. This should be the matching pair for the private key configured
with `config.ssh.private_key_path` on Vagrant.
* `server_name` - The name of the server within RackSpace Cloud. This
defaults to the name of the Vagrant machine (via `config.vm.define`), but