From 80c7936b3147d53659025a76ac232de986f5ce64 Mon Sep 17 00:00:00 2001 From: termie Date: Tue, 20 Mar 2012 10:41:03 -0700 Subject: pass the arguments in when starting keystone-all fixes bug 942793 Change-Id: I044a56c1eedae2ecef04dd3aa60b91414b7abc14 --- bin/keystone-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/keystone-all b/bin/keystone-all index f7221ae1..8792d36e 100755 --- a/bin/keystone-all +++ b/bin/keystone-all @@ -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) -- cgit