871c5fc1be
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
16 lines
299 B
Plaintext
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
|