fa07df1e99
Keystonemiddleware compares the roles of the service_user with [Keystone_authtoken]/service_token_roles, we need to explain this so that users don't get confused. For example: Nova send request to neutron with both service_user_token and user_token, neutron first sends them to Keystonemiddleware for authenrication, Keystonemiddleware will compare service_user's role with [Keystone_authtoken]/service_token_roles which configured in neutron, then decide whether to fetch user_token based on the result. Change-Id: I024885adad2d14bc2568382c677198132dc88a13