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.
I have a Vagrantfile where the primary machine is a parallels vm machine (my dev machine) and the secondary machine is a rackspace cloud instance (my staging machine).
Calling either of these
vagrant rackspace images list
vagrant --provider=rackspace rackspace images list
As far as I can tell, this is happening because my api key is set in a provider :rackspace call but my default machine's provider is not rackspace so it never gets set. Trying to specifically specify the rackspace provider on the command line didn't seem to work either.
The text was updated successfully, but these errors were encountered:
I have a Vagrantfile where the primary machine is a parallels vm machine (my dev machine) and the secondary machine is a rackspace cloud instance (my staging machine).
Calling either of these
Fails with the following error:
As far as I can tell, this is happening because my api key is set in a
provider :rackspace
call but my default machine's provider is not rackspace so it never gets set. Trying to specifically specify the rackspace provider on the command line didn't seem to work either.The text was updated successfully, but these errors were encountered: