2e348ab851
We don't depend on the middleware module from oslo_incubator any more. We instead rely on the oslo_middleware package. We missed the 'systemd' dependency previously. Change-Id: I7a23b2ad70a6c0dd1bdf187a89f71dd3ef01a8d2
13 lines
243 B
Plaintext
13 lines
243 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=eventlet_backdoor
|
|
module=loopingcall
|
|
module=periodic_task
|
|
module=service
|
|
module=systemd
|
|
module=threadgroup
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=senlin
|