[core] skip vmfusion in rake nuke

This commit is contained in:
geemus 2011-09-26 14:04:39 -05:00
parent f39f2e3645
commit 1160a9ecc1
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ end
task :nuke do
Fog.providers.each do |provider|
next if ['Vmfusion'].include?(provider)
begin
compute = Fog::Compute.new(:provider => provider)
for server in compute.servers