mitchellh / vagrant-rackspace

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

Update README to use performance flavor #69

Closed maxlinc closed 10 years ago

maxlinc commented 10 years ago

All accounts should have performance flavors now, while some may not have the old standard flavors. This is to make sure the sample config should work with any account.

krames commented 10 years ago

@maxlinc Do we want to change it to /1 GB Performance/ to make sure it picks up the performance flavors in all cases or do you think anything 1GB is good?

maxlinc commented 10 years ago

It should anyways. The old flavors were "1GB" (no space), but we can update to make it clear.

kenperkins commented 10 years ago

FYI, I just vagrant up, and got 1gb standard, not perf.:

config.vm.provider :rackspace do |rs|
    rs.username = "kenperkins"
    rs.api_key  = "redacted"
    rs.flavor   = /1GB/
    rs.image    = /Ubuntu/
    rs.rackspace_region = "ORD"
  end
krames commented 10 years ago

This has been fixed in PR #70.