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


The following commit has been merged in the master branch:
commit 70ef7bfb50312d3e53438505de135c1ee8ccbd1d
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Fri May 4 00:02:42 2012 -0700

    Clean up redundant auth processing

diff --git a/euca2ools/commands/euca/__init__.py b/euca2ools/commands/euca/__init__.py
index 900b784..ca34bb8 100644
--- a/euca2ools/commands/euca/__init__.py
+++ b/euca2ools/commands/euca/__init__.py
@@ -58,8 +58,7 @@ class Eucalyptus(requestbuilder.service.BaseService):
         config = self._get_env_config_from_env()
         self._populate_init_args_from_env_config(config)
         # User, systemwide env-style config files
-        for configfile_name in (self.configfile_name or '',
-                                '~/.eucarc', '~/.eucarc/eucarc'):
+        for configfile_name in ('~/.eucarc', '~/.eucarc/eucarc'):
             configfile_name = os.path.expandvars(configfile_name)
             configfile_name = os.path.expanduser(configfile_name)
             if os.path.isfile(configfile_name):

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list