You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Vagrant.configure("2") do |config|
# The box is optional in newer versions of Vagrant
# config.vm.box = "dummy"
config.vm.provider :rackspace do |rs|
rs.username = "SECRET"
rs.api_key = "SECRET"
rs.flavor = /1 GB Performance/
rs.image = /Ubuntu/
rs.metadata = {"key" => "value"} # optional
end
end
i get this error
vagrant up --provider=rackspace
/Users/nirgoldman/.vagrant.d/gems/gems/fog-1.30.0/lib/fog/rackspace/models/identity/service_catalog.rb:54:in `get_endpoint': Unknown region : for service cloudServersOpenStack. Please use one of the following regions: :lon (RuntimeError)
can you tell me what is the error and how to fix it?
Thanks,
Nir
The text was updated successfully, but these errors were encountered:
Hey ,
i try to make a rackspace envirment
i get this error
can you tell me what is the error and how to fix it?
Thanks,
Nir
The text was updated successfully, but these errors were encountered: