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


The following commit has been merged in the master branch:
commit a2a12f6440f13629975de6b579c0e512c1dad033
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Sat Jan 26 21:51:48 2013 -0600

    Rename ServiceClass -> SERVICE_CLASS

diff --git a/euca2ools/commands/euare/__init__.py b/euca2ools/commands/euare/__init__.py
index 1ae2fda..9d602b0 100644
--- a/euca2ools/commands/euare/__init__.py
+++ b/euca2ools/commands/euare/__init__.py
@@ -39,7 +39,7 @@ class Euare(requestbuilder.service.BaseService):
     EnvURL = 'EUARE_URL'
 
 class EuareRequest(Euca2oolsRequest):
-    ServiceClass = Euare
+    SERVICE_CLASS = Euare
     ARGS = [Arg('-U', '--url', dest='url', metavar='URL', route_to=SERVICE,
                 help='identity service endpoint URL')] + STD_AUTH_ARGS
 
diff --git a/euca2ools/commands/euca/__init__.py b/euca2ools/commands/euca/__init__.py
index 7f84b49..70eaec2 100644
--- a/euca2ools/commands/euca/__init__.py
+++ b/euca2ools/commands/euca/__init__.py
@@ -132,7 +132,7 @@ def _parse_shell_configfile(configfile_name):
     return config
 
 class EucalyptusRequest(Euca2oolsRequest, TabifyingCommand):
-    ServiceClass = Eucalyptus
+    SERVICE_CLASS = Eucalyptus
 
     # For compatibility with euca2ools versions earlier than 3, we include the
     # old -a/--access-key/-s args.  As before, if either -a or -s conflicts

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list