diff options
| -rwxr-xr-x | keystone/common/config.py | 2 |
1 files changed, 0 insertions, 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: |
