python-blazarclient/blazarclient/tests
Hiroki Ito 2afa290302 Restore backward compatibility for init client
After merged the patch I08c8b753972c27b4e6bbe07a8aa51e0e72fbc56d,
blazarclient can't be used with blazar_url and auth_token since this
patch only allows sessions for the initiation of client.
For backward compatibility, blazarclient should be initiated with
blazar_url and auth_token as before.

This patch enables using blazarclient with a set of blazar_url and
auth_token or session by reviving BaseClientManager class with adding
a logic to chose an auth method based on given params.

Change-Id: I25a665145b0503cc04e49bc85c39e2f6dca36925
Closes-Bug: #1724757
2017-11-17 07:48:38 +00:00
..
v1 Add a reservation parameter to the lease_update command 2017-08-23 01:30:37 +00:00
__init__.py Use fixtures instead of deprecated mockpatch module 2017-08-24 05:18:21 +00:00
test_base.py Restore backward compatibility for init client 2017-11-17 07:48:38 +00:00
test_client.py Migrate Python namespace from climateclient to blazarclient 2017-02-21 21:53:05 +00:00
test_command.py Migrate Python namespace from climateclient to blazarclient 2017-02-21 21:53:05 +00:00
test_shell.py Migrate to keystoneauth1 2017-10-06 17:20:19 +09:00