keystonemiddleware.ec2_token module¶
Starting point for routing EC2 requests.
- class keystonemiddleware.ec2_token.EC2Token(application, conf)¶
Bases:
object
Authenticate an EC2 request with keystone and convert to token.
- keystonemiddleware.ec2_token.app_factory(global_conf, **local_conf)¶
- keystonemiddleware.ec2_token.filter_factory(global_conf, **local_conf)¶
Return a WSGI filter app for use with paste.deploy.