Merge "Keystone middleware deprecated option is_admin removed"

This commit is contained in:
Jenkins
2016-03-18 10:51:46 +00:00
committed by Gerrit Code Review
4 changed files with 13 additions and 39 deletions

View File

@@ -342,12 +342,6 @@ user_test5_tester5 = testing5 service
# you can set this to false.
# allow_overrides = true
#
# If is_admin is true, a user whose username is the same as the project name
# and who has any role on the project will have access rights elevated to be
# the same as if the user had an operator role. Note that the condition
# compares names rather than UUIDs. This option is deprecated.
# is_admin = false
#
# If the service_roles parameter is present, an X-Service-Token must be
# present in the request that when validated, grants at least one role listed
# in the parameter. The X-Service-Token may be scoped to any project.