[pkg-eucalyptus-commits] [SCM] managing cloud instances for Eucalyptus branch, experimental, updated. debian/2.1.1-1_experimental1-51-g95835b7

Garrett Holmstrom gholms at fedoraproject.org
Thu Jan 3 11:06:08 UTC 2013


The following commit has been merged in the experimental branch:
commit 95b2146230d99498836edf037ae0bd75ce848a3b
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Wed Aug 29 10:25:49 2012 -0700

    Fix typos in eustore-install-image

diff --git a/euca2ools/commands/eustore/installimage.py b/euca2ools/commands/eustore/installimage.py
index b33390c..1239b40 100755
--- a/euca2ools/commands/eustore/installimage.py
+++ b/euca2ools/commands/eustore/installimage.py
@@ -164,7 +164,7 @@ class InstallImage(AWSQueryRequest):
             print type+": "+name+" is already installed on the cloud, skipping installation of another one."
             return True
         else:
-            answer = raw_input(type+": "+name+" is already installed on ths cloud. Would you like to use it intead?(y/N)")
+            answer = raw_input(type + ": " + name + " is already installed on this cloud. Would you like to use it instead? (y/N)")
             if (answer=='y' or answer=='Y'):
                 return True
             return False

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list