From b05dcd8d0626e2493186b9ab1ee63485ef8ab67b Mon Sep 17 00:00:00 2001 From: tengqm Date: Sat, 27 Jun 2015 05:33:07 -0400 Subject: [PATCH] Fix config generator for oslo.service Patch #196106 has added oslo.service.service to the config generator configuration file. However, due to problems in oslo.service, there are still two modules missing for configuration generation. This patch adds another two modules that contain config options from the oslo.service package. Change-Id: I7bb823f62bf9125bbd9cf071b5acb3f59f997c66 Closes-Bug: 1468955 --- config-generator.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config-generator.conf b/config-generator.conf index 5a928894e..6b4eefed8 100644 --- a/config-generator.conf +++ b/config-generator.conf @@ -16,3 +16,5 @@ namespace = oslo.db namespace = oslo.log namespace = oslo.policy namespace = oslo.service.service +namespace = oslo.service.periodic_task +namespace = oslo.service.sslutils