From ad76fd3a8a66ec00b99575287802e099e78eab44 Mon Sep 17 00:00:00 2001 From: Jakub Libosvar Date: Mon, 17 Mar 2014 16:36:01 +0100 Subject: [PATCH] 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 --- openstack-common.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/openstack-common.conf b/openstack-common.conf index 9523f9c08..395576fb9 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -26,6 +26,7 @@ module=processutils module=rpc module=service module=sslutils +module=systemd module=threadgroup module=timeutils module=uuidutils