c81d5f36c2
* This also fixes us up to hacking standards * Remove assertGreater* usage in favor of assertEqual py26.. * assertEquals > assertEqual Change-Id: I8083c96da09897d650ca6fffc0e340d9c057db8d
34 lines
578 B
Plaintext
34 lines
578 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator.git
|
|
module=context
|
|
module=gettextutils
|
|
module=jsonutils
|
|
module=local
|
|
module=log
|
|
module=notifier
|
|
module=policy
|
|
module=processutils
|
|
module=rootwrap
|
|
module=rpc
|
|
module=service
|
|
module=test
|
|
module=timeutils
|
|
module=uuidutils
|
|
module=wsgi
|
|
|
|
# transitive dependencies
|
|
module=eventlet_backdoor
|
|
module=exception
|
|
module=excutils
|
|
module=importutils
|
|
module=loopingcall
|
|
module=network_utils
|
|
module=periodic_task
|
|
module=sslutils
|
|
module=threadgroup
|
|
module=xmlutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=designate
|