Merge "Move input file for oslo-config-generator"

This commit is contained in:
Zuul 2024-10-01 15:26:12 +00:00 committed by Gerrit Code Review
commit 7e3b981156
5 changed files with 5 additions and 3 deletions

View File

@ -100,6 +100,7 @@
- ^.*\.rst$
- ^api-ref/.*$
- ^doc/.*$
- ^etc/heat/heat-.*-generator.conf$
- ^heat/locale/.*$
- ^heat/tests/.*$
- ^releasenotes/.*$
@ -177,6 +178,7 @@
- ^.*\.rst$
- ^api-ref/.*$
- ^doc/.*$
- ^etc/heat/heat-.*-generator.conf$
- ^heat/locale/.*$
- ^heat/tests/.*$
- ^releasenotes/.*$

View File

@ -92,7 +92,7 @@ policy_generator_config_file = '../../etc/heat/heat-policy-generator.conf'
sample_policy_basename = '_static/heat'
# oslo_config.sphinxconfiggen options
config_generator_config_file = '../../config-generator.conf'
config_generator_config_file = '../../etc/heat/heat-config-generator.conf'
sample_config_basename = '_static/heat'
# openstackdocstheme options

View File

@ -6,4 +6,4 @@ The following options can be set in the ``/etc/heat/heat.conf`` config file.
A :doc:`sample configuration file <sample_config>` is also available.
.. show-options::
:config-file: config-generator.conf
:config-file: etc/heat/heat-config-generator.conf

View File

@ -85,7 +85,7 @@ commands =
[testenv:genconfig]
commands =
oslo-config-generator --config-file=config-generator.conf
oslo-config-generator --config-file=etc/heat/heat-config-generator.conf
[testenv:genpolicy]
commands =