tacker/etc
Hiromu Asahina 8b7deecbb8 Add missed parameters in auto-generated config
Some parameters are missed in the example of a config file that is
automatically generated [1]. Therefore, users cannot see all available
parameters in the document.

To fix this problem, this patch adds the following missed namespaces to
``etc/config-generator.conf`` and adds the entry points [2]  to
``setup.cfg`` and appropriate modules.

- tacker.auth
- tacker.conductor.conductor_server
- tacker.plugins.fenix
- tacker.sol_refactored.common.config
- tacker.vnfm.infra_drivers.openstack.translate_template
- tacker.vnfm.nfvo_client

For ease of maintenance, the contents of ``config-generator.conf`` and
``setup.cfg`` were sorted in alphabetical order.

Note that although the following modules register config parameters, but
excluded from this patch as the parameters are generated dynamically.

- tacker.api.vnflcm.v1.router
- tacker.api.vnfpkgm.v1.router

[1]
https://docs.openstack.org/tacker/latest/configuration/sample_config.html
[2]
https://docs.openstack.org/oslo.config/latest/cli/generator.html#defining-option-discovery-entry-points

Closes-bug: #1962728
Signed-off-by: Hiromu Asahina <hiromu.asahina.az@hco.ntt.co.jp>
Change-Id: I83e816448e7445d565302f1d6794b51b6effae01
2022-03-21 03:16:51 +00:00
..
ceilometer Implementation Fenix plugin in Tacker 2020-09-24 04:20:06 +00:00
init.d Renamed 'servicevm' 'advsvc' in tacker install file 2016-01-21 05:57:03 +00:00
systemd/system Revert "Add log file to tacker-server systemctl daemon script" 2018-07-23 08:12:49 +00:00
tacker Migrate rootwrap to privsep 2022-03-09 00:36:10 +00:00
config-generator.conf Add missed parameters in auto-generated config 2022-03-21 03:16:51 +00:00
tacker-policy-generator.conf Implement policy in code 2019-09-19 06:30:04 +00:00