vagrant-rackspace icon indicating copy to clipboard operation
vagrant-rackspace copied to clipboard

Use Vagrant to manage Rackspace Cloud instances.

Results 24 vagrant-rackspace issues
Sort by recently updated
recently updated
newest added

Hello Everyone! I'm trying to get vagrant rackspace working but when I do 'vagrant up' or 'vagrant rackspace flavors' and I assume any other command I get the following error....

Hi @mitchellh, When creating a VM with regular vagrant it creates a vagrant user. When ssh-ing into the VM, it is the vagrant user that logs in. However, with vagrant-rackspace...

Use machine ssh config values (port, host, username) for ssh_info action.

I have been using yaml files to store variables and I have came accross a feature I dont like. If a dataelement has a / in it, it makes the...

Below is the stacktrace I got when I lost internet connection during `vagrant up`. Would be nice if the plugin were a little more resilient to dropped connections. Perhaps it...

I am receiving the following error when trying to create a server in a Rackconnected region. `==> default: Launching a server with the following settings...` `==> default: -- Flavor: 4...

When attempting to use a compute flavor (as listed), the provision fails with message, "Policy doesn't allow compute_flavor:create:image_backed to be performed." Compute images require a boot to volume rather than...

In the README, the following is referenced in the example Vagrantfile regarding Windows configuration: ``` windows.winrm.password = ENV['VAGRANT_ADMIN_PASSWORD'] ``` However, when building a windows image in Rackspace the Administrator password...

Based on the documentation, it seemed like the `vagrant reload` command would work, but I receive an error when I run it: ``` [unix]$ vagrant reload Vagrant attempted to call...

In the example below the managed-servers plugin is not compatible with other provisioning providers. not sure if this is just vagrant not allowing you to specify the provider using --provider...