Skip to content

Commit

Permalink
Added /etc/init/keystone.conf to list of known configuration paths
Browse files Browse the repository at this point in the history
Change-Id: I84da8d8d60689718e1ed11802c897a88cee2f809
  • Loading branch information
dolph committed Sep 28, 2011
1 parent 67264e7 commit 678977e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keystone/common/config.py
Expand Up @@ -213,6 +213,7 @@ 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:
Expand Down

0 comments on commit 678977e

Please sign in to comment.