Updated oslo dependency to reality

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
This commit is contained in:
tengqm 2015-04-13 03:19:07 -04:00
parent 2e56405b52
commit 2e348ab851

View File

@ -5,8 +5,8 @@ module=eventlet_backdoor
module=loopingcall
module=periodic_task
module=service
module=systemd
module=threadgroup
module=middleware.request_id
# The base module to hold the copy of openstack.common
base=senlin