Codebase list python-castellan / 2251401
Fix incorrect config in usage doc utils.credential_factory uses 'key_manager' as it's config group rather than the documented 'castellan'. Change-Id: Ie2f37fb0ee84cfef9fd1d39f7be5b601c9a86786 Paul Bourke 6 years ago
1 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
2424
2525 # token credential
2626 # token variable not required, token can be obtained from context
27 [castellan]
27 [key_manager]
2828 auth_type = 'token'
2929 token = '5b4de0bb77064f289f7cc58e33bea8c7'
3030
3131 # password credential
32 [castellan]
32 [key_manager]
3333 auth_type = 'password'
3434 username = 'admin'
3535 password = 'passw0rd1'
3636
3737 # keystone token credential
38 [castellan]
38 [key_manager]
3939 auth_type = 'keystone_token'
4040 token = '5b4de0bb77064f289f7cc58e33bea8c7'
4141 project_id = 'a1e19934af81420d980a5d02b4afe9fb'
4242
4343 # keystone password credential
44 [castellan]
44 [key_manager]
4545 auth_type = 'keystone_password'
4646 username = 'admin'
4747 password = 'passw0rd1'