summaryrefslogtreecommitdiff
path: root/keystonemiddleware/auth_token/_opts.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystonemiddleware/auth_token/_opts.py')
-rw-r--r--keystonemiddleware/auth_token/_opts.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/keystonemiddleware/auth_token/_opts.py b/keystonemiddleware/auth_token/_opts.py
index f16d3f8..15dd4f6 100644
--- a/keystonemiddleware/auth_token/_opts.py
+++ b/keystonemiddleware/auth_token/_opts.py
@@ -68,9 +68,9 @@ _OPTS = [
cfg.StrOpt('auth_version',
help='API version of the Identity API endpoint.'),
cfg.StrOpt('interface',
- default='admin',
+ default='internal',
help='Interface to use for the Identity API endpoint. Valid'
- ' values are "public", "internal" or "admin"(default).'),
+ ' values are "public", "internal" (default) or "admin".'),
cfg.BoolOpt('delay_auth_decision',
default=False,
help='Do not handle authorization requests within the'