summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/flags.py')
-rw-r--r--nova/flags.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/nova/flags.py b/nova/flags.py
index d62a9f67e..5291f08f1 100644
--- a/nova/flags.py
+++ b/nova/flags.py
@@ -413,8 +413,7 @@ global_opts = [
help='Name of network to use to set access ips for instances'),
cfg.StrOpt('auth_strategy',
default='noauth',
- help='The strategy to use for auth. Supports noauth, keystone, '
- 'and deprecated.'),
+ help='The strategy to use for auth: noauth or keystone.'),
]
FLAGS.register_opts(global_opts)