mitchellh / vagrant-rackspace

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

Add rebuild command #151

Closed mttjohnson closed 2 years ago

mttjohnson commented 8 years ago

This adds a rebuild command that will rebuild a machine from the image it was created with, re-runs the provisioners, and initialization steps without changing the IP address of the machine or the machine ID. In order to retain SSH key authentication, the originally created VM would need to have been created with a key_name on the rackspace account. This resolves mitchellh/vagrant-rackspace#21

mttjohnson commented 8 years ago

Any feedback towards merging in my pull request? Should I be using Terraform instead?