Comment 12 for bug 1700766

Revision history for this message
Boris Pavlovic (boris-42) wrote :

Jakub,

Okay many things happened in master in recent time:

- We removed hidden context called "existing_users" and merged it with "users" context. This allows us to have the same argument for existing_users case and users managed by rally.

- Amy patch was completed and it's here https://review.openstack.org/#/c/479097/ so basically now in your scenarios you should specify {"context": {"users": {"cache_tokens": True}}} and it should work for you

Could you please fetch Amy's patch and test it in your deployment. Thanks!