mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[core] skip vmfusion in rake nuke
This commit is contained in:
parent
f39f2e3645
commit
1160a9ecc1
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue