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


The following commit has been merged in the master branch:
commit f1543d8f54ee9f749f4392e4d99c46ad8ebe4248
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Sat Jan 26 22:59:10 2013 -0600

    Rename Name -> NAME

diff --git a/euca2ools/commands/euare/__init__.py b/euca2ools/commands/euare/__init__.py
index 9d602b0..bd0cb78 100644
--- a/euca2ools/commands/euare/__init__.py
+++ b/euca2ools/commands/euare/__init__.py
@@ -33,7 +33,7 @@ import requestbuilder.service
 from .. import Euca2oolsRequest
 
 class Euare(requestbuilder.service.BaseService):
-    Name = 'iam'
+    NAME = 'iam'
     DESCRIPTION = 'Eucalyptus User, Authorization and Reporting Environment'
     API_VERSION = '2010-05-08'
     EnvURL = 'EUARE_URL'
diff --git a/euca2ools/commands/euca/__init__.py b/euca2ools/commands/euca/__init__.py
index 70eaec2..7ac1757 100644
--- a/euca2ools/commands/euca/__init__.py
+++ b/euca2ools/commands/euca/__init__.py
@@ -41,7 +41,7 @@ import sys
 from .. import Euca2oolsRequest
 
 class Eucalyptus(requestbuilder.service.BaseService):
-    Name = 'ec2'
+    NAME = 'ec2'
     DESCRIPTION = 'Eucalyptus compute cloud service'
     API_VERSION = '2009-11-30'
     EnvURL = 'EC2_URL'

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list