summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/keystone-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/keystone-all b/bin/keystone-all
index 4767c258..fc499967 100755
--- a/bin/keystone-all
+++ b/bin/keystone-all
@@ -73,7 +73,7 @@ if __name__ == '__main__':
if os.path.exists(dev_conf):
config_files = [dev_conf]
- CONF(config_files=config_files, args=sys.argv)
+ CONF(project='keystone', default_config_files=config_files)
config.setup_logging(CONF)