Comment 4 for bug 1544839

Revision history for this message
Eva Balycheva (ubershy) wrote :

Here are auth_args passed to identity.Password() on successful iterations:

{
   'username':'admin',
   'tenant_name':'admin',
   'password':'tastysausagerolls',
   'project_name':None,
   'auth_url':'http://127.0.0.1:5000/v2.0'
}

Here are auth_args on failed iterations (when "client.Client(**args)" throws an exception):

{
   'username':u'c_rally_e8b6dd35_oxkfKzAL',
   'tenant_name':u'c_rally_e8b6dd35_DGgd28L9',
   'password':'d75aaa07-394b-4176-9792-3c24692425ac',
   'project_name':None,
   'auth_url':u'http://127.0.0.1:5000/v2.0'
}