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
24 | 24 | |
25 | 25 | # token credential |
26 | 26 | # token variable not required, token can be obtained from context |
27 | [castellan] | |
27 | [key_manager] | |
28 | 28 | auth_type = 'token' |
29 | 29 | token = '5b4de0bb77064f289f7cc58e33bea8c7' |
30 | 30 | |
31 | 31 | # password credential |
32 | [castellan] | |
32 | [key_manager] | |
33 | 33 | auth_type = 'password' |
34 | 34 | username = 'admin' |
35 | 35 | password = 'passw0rd1' |
36 | 36 | |
37 | 37 | # keystone token credential |
38 | [castellan] | |
38 | [key_manager] | |
39 | 39 | auth_type = 'keystone_token' |
40 | 40 | token = '5b4de0bb77064f289f7cc58e33bea8c7' |
41 | 41 | project_id = 'a1e19934af81420d980a5d02b4afe9fb' |
42 | 42 | |
43 | 43 | # keystone password credential |
44 | [castellan] | |
44 | [key_manager] | |
45 | 45 | auth_type = 'keystone_password' |
46 | 46 | username = 'admin' |
47 | 47 | password = 'passw0rd1' |