mitchellh / vagrant-rackspace

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

vagrant destroy deletes server without confirmation. #114

Closed dkinzer closed 10 years ago

dkinzer commented 10 years ago

Expected behavior:

> vagrant destroy solr-dev
    solr-dev: Are you sure you want to destroy the 'solr-dev' VM? [y/N] 

Actual Behavior:

> vagrant destroy solr-live
==> solr-live: Deleting server...
==> solr-live: Running cleanup tasks for 'file' provisioner...
==> solr-live: Running cleanup tasks for 'chef_solo' provisioner...
smashwilson commented 10 years ago

Okay, this should be good to go.

dkinzer commented 10 years ago

Cool. Thanks!

On Thu, Jul 24, 2014 at 4:34 PM, Ash Wilson notifications@github.com wrote:

Okay, this should be good to go.

— Reply to this email directly or view it on GitHub https://github.com/mitchellh/vagrant-rackspace/issues/114#issuecomment-50074161 .