1a58ec19a3
Module units landed in Nova first, then was accepted by oslo with minor changes. This patch removes nova specific unit module and test, replaces with module units in oslo. commit in Oslo:'Add unit constants' f9308560c36918cc Change-Id: I6054c18a56f59d33a69f4714be19d34fbe9de335 Co-Authored-By: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@cloudwatt.com>
44 lines
763 B
Plaintext
44 lines
763 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator.git
|
|
module=cliutils
|
|
module=config
|
|
module=context
|
|
module=db
|
|
module=db.sqlalchemy
|
|
module=eventlet_backdoor
|
|
module=excutils
|
|
module=fileutils
|
|
module=fixture
|
|
module=flakes
|
|
module=gettextutils
|
|
module=imageutils
|
|
module=importutils
|
|
module=install_venv_common
|
|
module=jsonutils
|
|
module=local
|
|
module=lockutils
|
|
module=log
|
|
module=log_handler
|
|
module=loopingcall
|
|
module=memorycache
|
|
module=middleware
|
|
module=network_utils
|
|
module=notifier
|
|
module=periodic_task
|
|
module=policy
|
|
module=processutils
|
|
module=rpc
|
|
module=service
|
|
module=sslutils
|
|
module=strutils
|
|
module=threadgroup
|
|
module=timeutils
|
|
module=units
|
|
module=uuidutils
|
|
module=versionutils
|
|
module=xmlutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=nova
|