![Alessio Ababilov](/assets/img/avatar_default.png)
This library can be used in novaclient, keystoneclient, glanceclient, and other client projects. The library contains common code and uses python-requests for HTTP communication. Features: * reissue authentication request for expired tokens; * pluggable authentication; * rich exceptions hierarchy; * utils for building CLI tools. Partially implements: blueprint common-client-library Change-Id: I82df865d52f32ce47dde6a09a84d3d917fd77918
8 lines
177 B
Plaintext
8 lines
177 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
modules=importutils,strutils,timeutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=marconiclient
|