Client for OpenStack Blazar
Go to file
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
blazarclient Restore backward compatibility for init client 2017-11-17 07:48:38 +00:00
climateclient Migrate Python namespace from climateclient to blazarclient 2017-02-21 21:53:05 +00:00
tools Add Constraints support 2016-12-21 14:07:57 +11:00
.gitignore Add test framework for climateclient 2014-02-24 09:06:03 +04:00
.gitreview Update .gitreview for new namespace 2015-12-20 11:49:02 +01:00
.testr.conf Add test framework for climateclient 2014-02-24 09:06:03 +04:00
HACKING.rst Migrate Python namespace from climateclient to blazarclient 2017-02-21 21:53:05 +00:00
LICENSE Add LICENSE and MANIFEST.in files 2014-02-04 23:13:37 +04:00
MANIFEST.in Add LICENSE and MANIFEST.in files 2014-02-04 23:13:37 +04:00
README.rst Migrate Python namespace from climateclient to blazarclient 2017-02-21 21:53:05 +00:00
requirements.txt Merge "Migrate to keystoneauth1" 2017-10-16 02:43:46 +00:00
setup.cfg Migrate Python namespace from climateclient to blazarclient 2017-02-21 21:53:05 +00:00
setup.py Updated from global requirements 2017-03-28 21:36:55 +00:00
test-requirements.txt Updated from global requirements 2017-09-11 21:29:04 +00:00
tox.ini Migrate Python namespace from climateclient to blazarclient 2017-02-21 21:53:05 +00:00

README.rst

Blazar client

Blazar client provides possibility to use Blazar API(s).