99ef6cf65b
The utils module in oslo has been removed (with most of its functionality moving across to strutils). Luckily it was imported in heat but never actually used, so removing it is relatively easy. Change-Id: Ic3cb8bb9bbae282f5a753c6abe58b1d47ad640db
33 lines
561 B
Plaintext
33 lines
561 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator.git
|
|
module=cfg
|
|
module=context
|
|
module=eventlet_backdoor
|
|
module=exception
|
|
module=excutils
|
|
module=gettextutils
|
|
module=importutils
|
|
module=iniparser
|
|
module=jsonutils
|
|
module=local
|
|
module=log
|
|
module=loopingcall
|
|
module=network_utils
|
|
module=notifier
|
|
module=periodic_task
|
|
module=policy
|
|
module=processutils
|
|
module=rootwrap
|
|
module=rpc
|
|
module=service
|
|
module=setup
|
|
module=threadgroup
|
|
module=timeutils
|
|
module=uuidutils
|
|
module=version
|
|
module=wsgi
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=moniker
|