[pkg-eucalyptus-commits] [SCM] managing cloud instances for Eucalyptus branch, master, updated. 3.0.0-alpha3-257-g1da8e3a
Deependra Shekhawat
jeevanullas at gmail.com
Sun Jun 16 02:30:46 UTC 2013
The following commit has been merged in the master branch:
commit 252fbae1cae49b80b9702f7f3d6155b7219c6963
Author: Deependra Shekhawat <jeevanullas at gmail.com>
Date: Fri Mar 22 04:09:50 2013 -0700
eustore-install-image works now
diff --git a/euca2ools/commands/eustore/installimage.py b/euca2ools/commands/eustore/installimage.py
index 373fd31..4a451b5 100644
--- a/euca2ools/commands/eustore/installimage.py
+++ b/euca2ools/commands/eustore/installimage.py
@@ -51,7 +51,7 @@ import euca2ools.commands.eustore
import euca2ools.utils
from euca2ools.commands.bundle.bundleimage import BundleImage
from euca2ools.commands.bundle.uploadbundle import UploadBundle
-from euca2ools.commands.euca.register import Register
+from euca2ools.commands.euca.registerimage import RegisterImage
from euca2ools.exceptions import NotFoundError, CommandFailed
try:
@@ -63,7 +63,7 @@ class LocalUploadBundle(UploadBundle):
def process_cli_args(self):
pass
-class LocalRegister(Register):
+class LocalRegister(RegisterImage):
def process_cli_args(self):
pass
--
managing cloud instances for Eucalyptus
More information about the pkg-eucalyptus-commits
mailing list