From b46b023b22336834b6a032a490c3f9fa35fcde9b Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Fri, 30 Sep 2011 13:46:38 -0500 Subject: Shouldn't look in /etc/init/ for config files Change-Id: Iedf372e8942ddc0c924c0e0c0708d41412a13d68 --- keystone/common/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/keystone/common/config.py b/keystone/common/config.py index 4803ebfe..84207dc9 100755 --- a/keystone/common/config.py +++ b/keystone/common/config.py @@ -191,7 +191,6 @@ def find_config_file(options, args): * ~.keystone/ * ~ * /etc/keystone - * /etc/init * /etc :if no config file is given get from possible_topdir/etc/keystone.conf @@ -214,7 +213,6 @@ def find_config_file(options, args): fix_path(os.path.join('~', '.keystone')), fix_path('~'), '/etc/keystone/', - '/etc/init/', '/etc'] for cfg_dir in config_file_dirs: -- cgit