From c988d19c6fbc78e3d2d016fc5658b1e88ae07033 Mon Sep 17 00:00:00 2001 From: MD NADEEM Date: Wed, 30 Sep 2015 10:56:56 +0900 Subject: [PATCH] Adding namespace for [drivers] section in oslo-config-generator zaqar.conf.sample file can be generated by tox -e genconfig commnad. The generated zaqar.conf.sample file is supposed to have a [drivers] section as per zaqar README.rst However, the [drivers] section is not present in zaqar.conf.sample file This patch fixes it Closes-bug: #1501130 Change-Id: Ic1d98680fe1040f68944b529b1c4c4ec2c835cea --- etc/oslo-config-generator/zaqar.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/oslo-config-generator/zaqar.conf b/etc/oslo-config-generator/zaqar.conf index 526665590..a7f8bb25b 100644 --- a/etc/oslo-config-generator/zaqar.conf +++ b/etc/oslo-config-generator/zaqar.conf @@ -1,6 +1,7 @@ [DEFAULT] output_file = etc/zaqar.conf.sample namespace = zaqar.bootstrap +namespace = zaqar.common.configs namespace = zaqar.storage.pipeline namespace = zaqar.storage.pooling namespace = zaqar.storage.mongodb @@ -9,4 +10,4 @@ namespace = zaqar.storage.sqlalchemy namespace = zaqar.transport.wsgi namespace = zaqar.transport.base namespace = zaqar.transport.validation -namespace = keystoneclient.middleware.auth_token \ No newline at end of file +namespace = keystoneclient.middleware.auth_token