From d6a1f810fbbf35c59ebf3fcf81941f24d7d6f0f6 Mon Sep 17 00:00:00 2001 From: wangyu Date: Fri, 28 Jun 2019 17:44:49 +0800 Subject: [PATCH] Summarize output of sample configuration generator This is a patch to summarize output of sample configuration generator, and it is necessary to add the configuration of 'oslo.log'. Change-Id: I7bfcd5f929b3cfe8bc7236f0981c2a0cc76b4b65 --- etc/oslo-config-generator/karbor.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/oslo-config-generator/karbor.conf b/etc/oslo-config-generator/karbor.conf index ea427883..48ac238e 100644 --- a/etc/oslo-config-generator/karbor.conf +++ b/etc/oslo-config-generator/karbor.conf @@ -1,7 +1,9 @@ [DEFAULT] output_file = etc/karbor.conf.sample +summarize = true namespace = karbor.common.opts namespace = keystonemiddleware.auth_token namespace = oslo.concurrency namespace = oslo.db +namespace = oslo.log namespace = oslo.policy