Matthew Treinish | 09f1783 | 2014-08-15 15:22:50 -0400 | [diff] [blame] | 1 | # The number of accounts required can be estimated as CONCURRENCY x 2 |
2 | # Valid fields for credentials are defined in the descendants of | ||||
3 | # auth.Credentials - see KeystoneV[2|3]Credentials.CONF_ATTRIBUTES | ||||
4 | |||||
Matthew Treinish | c791ac4 | 2014-07-16 09:15:23 -0400 | [diff] [blame] | 5 | - username: 'user_1' |
6 | tenant_name: 'test_tenant_1' | ||||
7 | password: 'test_password' | ||||
8 | |||||
9 | - username: 'user_2' | ||||
10 | tenant_name: 'test_tenant_2' | ||||
11 | password: 'test_password' |