You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2011/10/06 15:54:05 UTC

svn commit: r1179625 - /incubator/deltacloud/trunk/server/lib/deltacloud/drivers/rhevm/rhevm_driver.rb

Author: mfojtik
Date: Thu Oct  6 13:54:04 2011
New Revision: 1179625

URL: http://svn.apache.org/viewvc?rev=1179625&view=rev
Log:
RHEV-M: Disabled 'start' action when instance is in 'pending' state

Modified:
    incubator/deltacloud/trunk/server/lib/deltacloud/drivers/rhevm/rhevm_driver.rb

Modified: incubator/deltacloud/trunk/server/lib/deltacloud/drivers/rhevm/rhevm_driver.rb
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/lib/deltacloud/drivers/rhevm/rhevm_driver.rb?rev=1179625&r1=1179624&r2=1179625&view=diff
==============================================================================
--- incubator/deltacloud/trunk/server/lib/deltacloud/drivers/rhevm/rhevm_driver.rb (original)
+++ incubator/deltacloud/trunk/server/lib/deltacloud/drivers/rhevm/rhevm_driver.rb Thu Oct  6 13:54:04 2011
@@ -64,7 +64,6 @@ class RHEVMDriver < Deltacloud::BaseDriv
 
   define_instance_states do
     start.to( :pending )          .automatically
-    pending.to( :running )        .on( :start )
     pending.to( :stopped )        .automatically
     stopped.to( :running )        .on( :start )
     running.to( :stopping )       .on( :stop )