You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by lu...@apache.org on 2013/02/25 22:08:27 UTC

[3/6] git commit: CIMI Webapp remove stacktrace when creating a Machine

CIMI Webapp remove stacktrace when creating a Machine


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/9053875f
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/9053875f
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/9053875f

Branch: refs/heads/master
Commit: 9053875f1176294c9ccfc1b2b994e19ad454da26
Parents: 71de4dc
Author: NjeriChelimo <ma...@gmail.com>
Authored: Mon Feb 25 12:29:41 2013 +0300
Committer: David Lutterkort <lu...@redhat.com>
Committed: Mon Feb 25 13:05:58 2013 -0800

----------------------------------------------------------------------
 clients/cimi/lib/entities/machine.rb |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/9053875f/clients/cimi/lib/entities/machine.rb
----------------------------------------------------------------------
diff --git a/clients/cimi/lib/entities/machine.rb b/clients/cimi/lib/entities/machine.rb
index 2708e4b..6135e62 100644
--- a/clients/cimi/lib/entities/machine.rb
+++ b/clients/cimi/lib/entities/machine.rb
@@ -115,7 +115,6 @@ class CIMI::Frontend::Machine < CIMI::Frontend::Entity
       redirect "/cimi/machines/#{machine.name}", 302
     rescue => e
       flash[:error] = "Machine cannot be created: #{e.message}"
-      redirect :back
     end
   end