summaryrefslogtreecommitdiffstats
path: root/bin/keystone-all
diff options
context:
space:
mode:
Diffstat (limited to 'bin/keystone-all')
-rwxr-xr-xbin/keystone-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/keystone-all b/bin/keystone-all
index 8867f455..bcb9f4f9 100755
--- a/bin/keystone-all
+++ b/bin/keystone-all
@@ -90,7 +90,7 @@ if __name__ == '__main__':
CONF.print_help()
sys.exit(1)
- monkeypatch_thread = not CONF._cli_values['standard_threads']
+ monkeypatch_thread = not CONF.standard_threads
eventlet.patcher.monkey_patch(all=False, socket=True, time=True,
thread=monkeypatch_thread)