Project

General

Profile

Bug #16893

Updated by Loïc Dachary over 7 years ago

OVH announced they will limit the number of authentication tokens issued on a daily basis http://travaux.ovh.net/?do=details&id=19345.  

 The teuthology openstack backend should be modified to re-use the same token (with --os-token <auth-token>) when possible. Tokens are typically valid for ~24h. 

 https://wiki.openstack.org/wiki/OpenStackClient/Authentication 

Back