python-freezerclient/freezerclient
Cai Hui 90542f8a2c Add freezerclient.client in order to use the python api directly
The simplest way to create a client instance is initialization with your
 credentials:

        >>> from freezerclient import client
        >>> freezer = client.Client("2")
        >>> freezer.jobs.list_all()

Change-Id: I04f1316d6786579a48d1db7969c7cae3ef8bd9e4
2018-10-12 02:10:07 -04:00
..
tests Add freezerclient.client in order to use the python api directly 2018-10-12 02:10:07 -04:00
v1 Use keystoneauth1.loading instead of specifying V2 or V3 of keystone 2018-10-10 03:41:47 +00:00
v2 Use keystoneauth1.loading instead of specifying V2 or V3 of keystone 2018-09-27 20:13:23 -07:00
__init__.py Print version information dynamically 2016-12-21 23:01:49 +09:00
client.py Add freezerclient.client in order to use the python api directly 2018-10-12 02:10:07 -04:00
exceptions.py Python freezer client 2016-03-18 13:40:01 +00:00
shell.py Freezer command line tool add argument: "--os-backup-api-version" 2018-10-11 03:06:47 -04:00
utils.py Freezer command line tool add argument: "--os-backup-api-version" 2018-10-11 03:06:47 -04:00