@@ -19,6 +19,8 @@ account_autocreate = true
1919paste.filter_factory = keystone.middleware.swift_auth:filter_factory
2020operator_roles = Member,admin
2121
22+ # NOTE(chmou): s3token middleware is not updated yet to use only
23+ # username and password.
2224[filter:s3token]
2325paste.filter_factory = keystone.middleware.s3_token:filter_factory
2426service_port = %KEYSTONE_SERVICE_PORT%
@@ -29,21 +31,15 @@ auth_protocol = %KEYSTONE_AUTH_PROTOCOL%
2931auth_token = %SERVICE_TOKEN%
3032admin_token = %SERVICE_TOKEN%
3133
32- [filter:tokenauth ]
34+ [filter:authtoken ]
3335paste.filter_factory = keystone.middleware.auth_token:filter_factory
34- # FIXME(dtroyer): remove these service_* entries after auth_token is updated
35- service_port = %KEYSTONE_SERVICE_PORT%
36- service_host = %KEYSTONE_SERVICE_HOST%
37- auth_port = %KEYSTONE_AUTH_PORT%
3836auth_host = %KEYSTONE_AUTH_HOST%
37+ auth_port = %KEYSTONE_AUTH_PORT%
3938auth_protocol = %KEYSTONE_AUTH_PROTOCOL%
40- auth_token = %SERVICE_TOKEN%
41- # FIXME(dtroyer): remove admin_token after auth_token is updated
42- admin_token = %SERVICE_TOKEN%
39+ auth_uri = %KEYSTONE_SERVICE_PROTOCOL%://%KEYSTONE_SERVICE_HOST%:%KEYSTONE_SERVICE_PORT%/
4340admin_tenant_name = %SERVICE_TENANT_NAME%
4441admin_user = %SERVICE_USERNAME%
4542admin_password = %SERVICE_PASSWORD%
46- cache = swift.cache
4743
4844[filter:swift3]
4945use = egg:swift#swift3
0 commit comments