Skip to content

Instantly share code, notes, and snippets.

@dmamolina
Created February 7, 2012 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmamolina/c7939c4148bb196ae725 to your computer and use it in GitHub Desktop.
Save dmamolina/c7939c4148bb196ae725 to your computer and use it in GitHub Desktop.
diff --git a/src/cloud/ec2/lib/EC2QueryServer.rb b/src/cloud/ec2/lib/EC2QueryServer.rb
index cfcac7c..f0c869a 100644
--- a/src/cloud/ec2/lib/EC2QueryServer.rb
+++ b/src/cloud/ec2/lib/EC2QueryServer.rb
@@ -54,8 +54,8 @@ class EC2QueryServer < CloudServer
'save' => :pending,
'epil' => :shutdown,
'shut' => :shutdown,
+ 'clea' => :shutdown,
'fail' => :terminated,
- 'dele' => :terminated,
'unkn' => :terminated
}
diff --git a/src/cloud/ec2/lib/views/describe_instances.erb b/src/cloud/ec2/lib/views/desc
index e07e4e7..fd1b5a2 100644
--- a/src/cloud/ec2/lib/views/describe_instances.erb
+++ b/src/cloud/ec2/lib/views/describe_instances.erb
@@ -12,9 +12,8 @@
</groupSet>
<instancesSet>
<% vmpool.each do |vm| %>
- <% vm.info %>
<item>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment