* Add oslo test + fixture code * Move components into their respectful subdirectories * Create a base for future service testing like mgm, api etc * Provide missing license headers for some files Change-Id: I353f41a57ee1f45fb76f666c955dc0b9fb9d323b
15 lines
227 B
Plaintext
15 lines
227 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
|
|
module=fixture
|
|
module=importutils
|
|
module=jsonutils
|
|
module=notifier
|
|
module=xmlutils
|
|
module=test
|
|
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=libra
|