[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:11 UTC 2013


The following commit has been merged in the experimental branch:
commit 900f3f6e0b6cb9078214362e72221cfc18a97fb4
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Tue Oct 30 11:29:19 2012 -0700

    Fix euare-userenablemfadevice copypaste error
    
    Fixes TOOLS-144

diff --git a/bin/euare-userenablemfadevice b/bin/euare-userenablemfadevice
index 587c686..c4c0544 100755
--- a/bin/euare-userenablemfadevice
+++ b/bin/euare-userenablemfadevice
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
-import euca2ools.commands.euare.resyncmfadevice
+import euca2ools.commands.euare.enablemfadevice
 
 if __name__ == '__main__':
-    r = euca2ools.commands.euare.resyncmfadevice.ResyncMFADevice()
+    r = euca2ools.commands.euare.enablemfadevice.EnableMFADevice()
     r.main_cli()

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list