ca870810c9
Replace usage of oslo-incubator modules strutils, importutils, timeutils with corresponding oslo.utils modules instead. Removes timeutils module, others will be replaced with next oslo-incubator sync. Change-Id: I12530f4e4d745f9a95b339182e31189e32e56fa6
15 lines
389 B
Plaintext
15 lines
389 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
module=apiclient
|
|
module=cliutils
|
|
module=gettextutils
|
|
# TODO(jaegerandi): Remove importutils with next sync from oslo-incubator.
|
|
module=importutils
|
|
# TODO(jaegerandi): Remove strutils with next sync from oslo-incubator.
|
|
module=strutils
|
|
module=uuidutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=manilaclient
|