Closed maxlinc closed 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?
It should anyways. The old flavors were "1GB" (no space), but we can update to make it clear.
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
This has been fixed in PR #70.
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.