python-novaclient/openstack-common.conf
Andrey Kurilin 871c5fc1be Sync cliutils from oslo
In the process of unification of the clients code we should
reuse common functionality from Oslo.

Related to blueprint common-client-library-2

Change-Id: Ia5e4e60f07561849f75d88b8a2ea3d23d6d5ff6d
2014-01-15 15:03:22 +00:00

16 lines
299 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
module=install_venv_common
module=jsonutils
module=strutils
module=timeutils
module=uuidutils
module=py3kcompat
module=apiclient
module=importutils
module=cliutils
# The base module to hold the copy of openstack.common
base=novaclient