Sets up the logging options for a log with supplied name
Parameters: | conf – a cfg.ConfOpts object |
---|
Bases: keystone.exception.Error
Conflict occurred attempting to store %(type)s.
%(details)s
Bases: keystone.exception.NotFound
Could not find endpoint: %(endpoint_id)s
Bases: exceptions.StandardError
Base error class.
Child classes should define an HTTP status code, title, and a doc string.
Bases: keystone.exception.Error
You are not authorized to perform the requested action.
Bases: keystone.exception.Forbidden
You are not authorized to perform the requested action: %(action)s
Bases: keystone.exception.NotFound
An unhandled exception has occurred: Could not find metadata.
Bases: keystone.exception.Error
Could not find: %(target)s
Bases: keystone.exception.Error
The action you have requested has not been implemented.
Bases: keystone.exception.NotFound
Could not find role: %(role_id)s
Bases: keystone.exception.NotFound
Could not find service: %(service_id)s
Bases: keystone.exception.NotFound
Could not find tenant: %(tenant_id)s
Bases: keystone.exception.NotFound
Could not find token: %(token_id)s
Bases: keystone.exception.Error
The request you have made requires authentication.
Bases: keystone.exception.Error
An unexpected error prevented the server from fulfilling your request.
%(exception)s
Bases: keystone.exception.NotFound
Could not find user: %(user_id)s
Bases: keystone.exception.Error
Expecting to find %(attribute)s in %(target)s.
The server could not comply with the request since it is either malformed or otherwise incorrect.
The client is assumed to be in error.