SHOW:
|
|
- or go back to the newest paste.
| 1 | [pipeline:main] | |
| 2 | pipeline = healthcheck cache swift3 authtoken keystone proxy-server | |
| 3 | ||
| 4 | [filter:keystone] | |
| 5 | paste.filter_factory = keystone.middleware.swift_auth:filter_factory | |
| 6 | operator_roles = admin, swiftoperator | |
| 7 | is_admin = true | |
| 8 | ||
| 9 | [filter:authtoken] | |
| 10 | paste.filter_factory = keystone.middleware.auth_token:filter_factory | |
| 11 | delay_auth_decision = 1 | |
| 12 | service_protocol = http | |
| 13 | service_port = 5000 | |
| 14 | service_host = 192.168.0.33 | |
| 15 | auth_uri = http://192.168.0.33:5000/ | |
| 16 | auth_protocol = http | |
| 17 | auth_port = 35357 | |
| 18 | - | auth_host = 10.5.115.33 |
| 18 | + | auth_host = 192.168.0.33 |
| 19 | auth_token = swift | |
| 20 | admin_token = MY_ADMIN_TOKEN | |
| 21 | admin_tenant_name = service | |
| 22 | admin_user = swift | |
| 23 | admin_password = swift |