Skip to content

Commit

Permalink
pass the arguments in when starting keystone-all
Browse files Browse the repository at this point in the history
fixes bug 942793

Change-Id: I044a56c1eedae2ecef04dd3aa60b91414b7abc14
  • Loading branch information
termie committed Mar 20, 2012
1 parent 9c82397 commit 80c7936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/keystone-all
Expand Up @@ -52,7 +52,7 @@ if __name__ == '__main__':
if os.path.exists(dev_conf):
config_files = [dev_conf]

CONF(config_files=config_files)
CONF(config_files=config_files, args=sys.argv)

config.setup_logging(CONF)

Expand Down

0 comments on commit 80c7936

Please sign in to comment.