| ########## |
| # Extras # |
| ########## |
| |
| [filter:keystonecontext] |
| paste.filter_factory = keystone.middleware.nova_keystone_context:NovaKeystoneContext.factory |
| |
| [filter:totoken] |
| paste.filter_factory = keystone.middleware.ec2_token:EC2Token.factory |
| |
| [filter:authtoken] |
| paste.filter_factory = keystone.middleware.auth_token:filter_factory |
| service_protocol = http |
| service_host = 127.0.0.1 |
| service_port = 5000 |
| auth_host = 127.0.0.1 |
| auth_port = 35357 |
| auth_protocol = http |
| auth_uri = http://127.0.0.1:5000/ |
| admin_token = %SERVICE_TOKEN% |