blob: 8adc059cdeb47659785f7d3c8d566e83f1a57c8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[DEFAULT]
# The list of modules to copy from oslo-incubator.git
module=excutils
module=importutils
module=jsonutils
module=timeutils
module=uuidutils
module=network_utils
script=tools/run_cross_tests.sh
# The base module to hold the copy of openstack.common
base=taskflow
|