[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 0c7594c406bf8fac0f5d59184e23b9d41d67a07f
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date: Sat Jan 26 21:49:25 2013 -0600
Rename ConfigFiles -> CONFIG_FILES
diff --git a/euca2ools/commands/__init__.py b/euca2ools/commands/__init__.py
index d2c60c7..043b5cb 100644
--- a/euca2ools/commands/__init__.py
+++ b/euca2ools/commands/__init__.py
@@ -39,10 +39,10 @@ class Euca2oolsCommand(requestbuilder.command.BaseCommand):
Version = 'euca2ools {0} ({1})'.format(__version__, __codename__)
def __init__(self, **kwargs):
- self.ConfigFiles.append('/etc/euca2ools.ini')
+ self.CONFIG_FILES.append('/etc/euca2ools.ini')
user_config_glob = os.path.join(os.path.expanduser('~/.euca'), '*.ini')
for configfile in sorted(glob.glob(user_config_glob)):
- self.ConfigFiles.append(configfile)
+ self.CONFIG_FILES.append(configfile)
requestbuilder.request.BaseCommand.__init__(self, **kwargs)
class Euca2oolsRequest(Euca2oolsCommand, requestbuilder.request.BaseRequest):
--
managing cloud instances for Eucalyptus
More information about the pkg-eucalyptus-commits
mailing list