Matthew Treinish | c51b712 | 2017-07-17 12:28:07 -0400 | [diff] [blame] | 1 | .. _cred_providers: |
| 2 | |
| 3 | Credential Providers |
| 4 | ==================== |
| 5 | |
| 6 | These library interfaces are used to deal with allocating credentials on demand |
| 7 | either dynamically by calling keystone to allocate new credentials, or from |
| 8 | a list of preprovisioned credentials. |
| 9 | |
| 10 | |
| 11 | ------------------------------ |
| 12 | The dynamic credentials module |
| 13 | ------------------------------ |
| 14 | |
| 15 | .. automodule:: tempest.lib.common.dynamic_creds |
| 16 | :members: |
Matthew Treinish | b19c55d | 2017-07-17 12:38:35 -0400 | [diff] [blame^] | 17 | |
| 18 | -------------------------------------- |
| 19 | The pre-provisioned credentials module |
| 20 | -------------------------------------- |
| 21 | |
| 22 | .. automodule:: tempest.lib.common.preprov_creds |
| 23 | :members: |