Victor Sergeyev 19bfab2dd4 Fix handling of values obtained from Keystone
The auth token and endpoint values obtained from Keystone used to be
silently ignored, because _get_client_with_token() function referred to
them using keyword argument names different from ones we called it with.

To fix it, moved `token` and `endpoint` to keyword arguments as
 `os_auth_token` and `tuskar_url` in _get_client_with_credentials().
Test modified.

Change-Id: I1011571de566ad18e31b905971f38105279561bd
Closes-Bug: #1246720
2013-11-01 11:41:25 +02:00
..
2013-10-31 10:19:51 +02:00
2013-07-04 15:30:17 +02:00
2013-10-16 21:56:20 +00:00
2013-07-01 11:01:17 +02:00
2013-07-08 10:26:52 +02:00
2013-08-22 11:10:38 +02:00