Comment 1 for bug 1903177

Revision history for this message
Andriy Kurilin (andreykurilin) wrote : Re: running without admin user fails

The following part of Rally task triggers users context to try create temporary users. If you remove it, the existing users should be used:

```
"contexts": {
    "users": {
      "tenants": 1,
      "users_per_tenant": 1
    }
  },
```