Sync service and systemd modules from oslo-incubator

This patch make systemd know when neutron-service was started. This is
needed in HA environment, previously systemd returned success even
before neutron-server was able to handle requests.

Current oslo-incubator commit on HEAD:
b7ad6ddab8b1d61bf4f52ccaa461a9d68809747b

Implements: blueprint service-readiness
Change-Id: Ic9e4abd11b614a896fbd7454b9a604a69a248d0f
This commit is contained in:
Jakub Libosvar
2014-03-17 16:36:01 +01:00
parent 5ac8a8faf3
commit ad76fd3a8a

View File

@@ -26,6 +26,7 @@ module=processutils
module=rpc
module=service
module=sslutils
module=systemd
module=threadgroup
module=timeutils
module=uuidutils