tacker/tacker/nfvo/drivers/vim
Hiromu Asahina 3dcc1279f1 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-16 16:34:31 +09:00
..
__init__.py Implement multisite VIM feature 2016-03-28 15:32:54 -07:00
abstract_vim_driver.py Drop most of six importings 2020-10-19 12:10:05 +00:00
kubernetes_driver.py Dropping explicit unicode literal 2021-02-02 06:45:53 +05:30
openstack_driver.py Add missed parameters in auto-generated config 2022-03-16 16:34:31 +09:00