blob: 54fdcadba7314b96d27f0095916139e254283606 [file] [log] [blame]
Matthew Treinish09f17832014-08-15 15:22:50 -04001# 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 Treinishc791ac42014-07-16 09:15:23 -04005- 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'