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 2010/07/09 01:23:13 UTC

svn commit: r962106 - /incubator/deltacloud/trunk/drivers/ec2/lib/ec2_driver.rb

Author: lutter
Date: Thu Jul  8 23:23:12 2010
New Revision: 962106

URL: http://svn.apache.org/viewvc?rev=962106&view=rev
Log:
Add begin->create transition.

Modified:
    incubator/deltacloud/trunk/drivers/ec2/lib/ec2_driver.rb

Modified: incubator/deltacloud/trunk/drivers/ec2/lib/ec2_driver.rb
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/drivers/ec2/lib/ec2_driver.rb?rev=962106&r1=962105&r2=962106&view=diff
==============================================================================
--- incubator/deltacloud/trunk/drivers/ec2/lib/ec2_driver.rb (original)
+++ incubator/deltacloud/trunk/drivers/ec2/lib/ec2_driver.rb Thu Jul  8 23:23:12 2010
@@ -42,7 +42,7 @@ class Ec2Driver < DeltaCloud::BaseDriver
 
   INSTANCE_STATES = [
     [ :begin, { 
-        :pending=>:_auto_,
+        :pending=>:create,
     } ],
     [ :pending, { 
         :running=>:_auto_,