[pkg-eucalyptus-commits] [SCM] managing cloud instances for Eucalyptus branch, master, updated. 3.0.0-alpha3-257-g1da8e3a

Garrett Holmstrom gholms at fedoraproject.org
Sun Jun 16 02:30:03 UTC 2013


The following commit has been merged in the master branch:
commit 6203dbfb47706dad4e74c389a1ebf8e493a1f0ba
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Sun Feb 3 01:23:23 2013 -0800

    Temporarily change Euca2oolsRequests's base class

diff --git a/euca2ools/commands/__init__.py b/euca2ools/commands/__init__.py
index b8ac0a1..89437aa 100644
--- a/euca2ools/commands/__init__.py
+++ b/euca2ools/commands/__init__.py
@@ -54,6 +54,8 @@ class Euca2oolsCommand(requestbuilder.command.BaseCommand):
     def print_version_and_exit():
         _print_version_and_exit()
 
+# FIXME:  the base class should change
+class Euca2oolsRequest(requestbuilder.request.AWSQueryRequest):
     def __init__(self, **kwargs):
         self._config_files = None
         self.__user_agent = None

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list