python-manilaclient/openstack-common.conf
Andreas Jaeger ca870810c9 Use oslo.utils
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
2014-10-23 08:13:25 +02:00

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