summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authortermie <github@anarkystic.com>2012-03-20 10:41:03 -0700
committertermie <github@anarkystic.com>2012-03-20 10:49:38 -0700
commit80c7936b3147d53659025a76ac232de986f5ce64 (patch)
treeef72de43cad01eb733fb6c1e06306ed976315b6d /bin
parent9c823977baca9944074c62cedf32f5107a95a443 (diff)
downloadkeystone-80c7936b3147d53659025a76ac232de986f5ce64.tar.gz
keystone-80c7936b3147d53659025a76ac232de986f5ce64.tar.xz
keystone-80c7936b3147d53659025a76ac232de986f5ce64.zip
pass the arguments in when starting keystone-all
fixes bug 942793 Change-Id: I044a56c1eedae2ecef04dd3aa60b91414b7abc14
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 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)