Move input file for oslo-config-generator
... to reduce number of files in the top-level directory. Change-Id: I44a5b718c2bc88d084674f4745dc9575dd84fc3f
This commit is contained in:
parent
5c312eb98a
commit
80845924d3
@ -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/.*$
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user