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


The following commit has been merged in the master branch:
commit 92cc605e8771127faead89b517450b830ec021c8
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Sat Jan 26 23:04:09 2013 -0600

    Rename EnvURL -> ENV_URL

diff --git a/euca2ools/commands/euare/__init__.py b/euca2ools/commands/euare/__init__.py
index bd0cb78..1d4ebb3 100644
--- a/euca2ools/commands/euare/__init__.py
+++ b/euca2ools/commands/euare/__init__.py
@@ -36,7 +36,7 @@ class Euare(requestbuilder.service.BaseService):
     NAME = 'iam'
     DESCRIPTION = 'Eucalyptus User, Authorization and Reporting Environment'
     API_VERSION = '2010-05-08'
-    EnvURL = 'EUARE_URL'
+    ENV_URL = 'EUARE_URL'
 
 class EuareRequest(Euca2oolsRequest):
     SERVICE_CLASS = Euare
diff --git a/euca2ools/commands/euca/__init__.py b/euca2ools/commands/euca/__init__.py
index 7ac1757..835cf74 100644
--- a/euca2ools/commands/euca/__init__.py
+++ b/euca2ools/commands/euca/__init__.py
@@ -44,7 +44,7 @@ class Eucalyptus(requestbuilder.service.BaseService):
     NAME = 'ec2'
     DESCRIPTION = 'Eucalyptus compute cloud service'
     API_VERSION = '2009-11-30'
-    EnvURL = 'EC2_URL'
+    ENV_URL = 'EC2_URL'
 
     def __init__(self, config, log, shell_configfile=None,
                  deprecated_key_id=None, deprecated_sec_key=None,

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list