mitchellh / vagrant-rackspace

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

Fix uninitialized constant error. #117

Closed dkinzer closed 10 years ago

dkinzer commented 10 years ago

The plug-in was error-ing out because no message was initialized for destroy skip action.

See my comment on the previous pull request:

mitchellh/vagrant-rackspace#116

smashwilson commented 10 years ago

@maxlinc care to try this out?

maxlinc commented 10 years ago

@smashwilson My bad, I should have tested both 'y' and 'n'.

I've tested both 'y'/'n' and mixed answers mult-machine now:

    syd: Are you sure you want to destroy the 'syd' VM? [y/N] n
==> syd: The server will not be deleted.
    ord: Are you sure you want to destroy the 'ord' VM? [y/N] y
==> ord: Deleting server...
    dfw: Are you sure you want to destroy the 'dfw' VM? [y/N] n
==> dfw: The server will not be deleted.
smashwilson commented 10 years ago

Alrighty.

dkinzer commented 10 years ago

Cool. Thanks guys!