Skip to content

Commit

Permalink
Don't disable networks on halt/destroy.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Dec 25, 2010
1 parent c32ab04 commit e197887
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 83 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@
- Changed the unused host only network destroy mechanism to check for
uselessness after the VM is destroyed. This should result in more accurate
checks.
- Networks are no longer disabled upon halt/destroy. With the above
change, its unnecessary.

## 0.6.9 (December 21, 2010)

Expand Down
1 change: 0 additions & 1 deletion lib/vagrant/action/builtin.rb
Expand Up @@ -30,7 +30,6 @@ def self.builtin!
register(:halt, Builder.new do
use VM::DiscardState
use VM::Halt
use VM::DisableNetworks
end)

# suspend - Suspends the VM
Expand Down
34 changes: 0 additions & 34 deletions lib/vagrant/action/vm/disable_networks.rb

This file was deleted.

48 changes: 0 additions & 48 deletions test/vagrant/action/vm/disable_networks_test.rb

This file was deleted.

0 comments on commit e197887

Please sign in to comment.