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, 4 insertions, 0 deletions
diff --git a/keystonemiddleware/auth_token/_opts.py b/keystonemiddleware/auth_token/_opts.py
index b551407..f16d3f8 100644
--- a/keystonemiddleware/auth_token/_opts.py
+++ b/keystonemiddleware/auth_token/_opts.py
@@ -178,6 +178,10 @@ _OPTS = [
' service tokens pass that don\'t pass the service_token_roles'
' check as valid. Setting this true will become the default'
' in a future release and should be enabled if possible.'),
+ cfg.StrOpt('service_type',
+ help='The name or type of the service as it appears in the'
+ ' service catalog. This is used to validate tokens that have'
+ ' restricted access rules.'),
]