summaryrefslogtreecommitdiff
path: root/etc/designate/designate-config-generator.conf
diff options
context:
space:
mode:
authorNguyen Van Trung <trungnv@vn.fujitsu.com>2017-06-10 00:21:01 +0700
committerNguyen Van Trung <trungnv@vn.fujitsu.com>2017-07-01 21:32:16 +0700
commit416ae6cd0802573d6063aff7c82ab89c7cc15b76 (patch)
tree55c3dad7378cc1966475964b82ab00503d59c8b9 /etc/designate/designate-config-generator.conf
parent3c323d5eab31920733fd55cc1a73076ddf08dcd5 (diff)
downloaddesignate-416ae6cd0802573d6063aff7c82ab89c7cc15b76.tar.gz
Auto-generate designate.conf.sample via genconfig testenv
- Keep currently config in the Designate - Fix some warning about missing help string - Auto-generate sample config via genconfig testenv. - Add an instruction in README about genconfig - Create config sample along with whole service, backend - Create opts.py to focus list_opts. Change-Id: Iead7772cd13316c9f4adafe1b1e70d36bbc6a11a
Diffstat (limited to 'etc/designate/designate-config-generator.conf')
-rw-r--r--etc/designate/designate-config-generator.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/etc/designate/designate-config-generator.conf b/etc/designate/designate-config-generator.conf
new file mode 100644
index 00000000..bce0e17a
--- /dev/null
+++ b/etc/designate/designate-config-generator.conf
@@ -0,0 +1,26 @@
+[DEFAULT]
+output_file = etc/designate/designate_full.conf.sample
+wrap_width = 80
+
+
+# NOTE(trungnv): generating a opts config location
+namespace = designate.opts
+namespace = designate.agent
+namespace = designate.api
+namespace = designate.central
+namespace = designate.mdns
+namespace = designate.pool_manager
+namespace = designate.sink
+namespace = designate.worker
+namespace = designate.producer
+
+namespace = oslo.log
+namespace = oslo.messaging
+namespace = oslo.policy
+namespace = oslo.service.periodic_task
+namespace = oslo.service.service
+namespace = oslo.service.sslutils
+namespace = oslo.db
+namespace = oslo.middleware
+namespace = oslo.concurrency
+namespace = keystonemiddleware.auth_token \ No newline at end of file