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$
|
- ^.*\.rst$
|
||||||
- ^api-ref/.*$
|
- ^api-ref/.*$
|
||||||
- ^doc/.*$
|
- ^doc/.*$
|
||||||
|
- ^etc/heat/heat-.*-generator.conf$
|
||||||
- ^heat/locale/.*$
|
- ^heat/locale/.*$
|
||||||
- ^heat/tests/.*$
|
- ^heat/tests/.*$
|
||||||
- ^releasenotes/.*$
|
- ^releasenotes/.*$
|
||||||
@ -177,6 +178,7 @@
|
|||||||
- ^.*\.rst$
|
- ^.*\.rst$
|
||||||
- ^api-ref/.*$
|
- ^api-ref/.*$
|
||||||
- ^doc/.*$
|
- ^doc/.*$
|
||||||
|
- ^etc/heat/heat-.*-generator.conf$
|
||||||
- ^heat/locale/.*$
|
- ^heat/locale/.*$
|
||||||
- ^heat/tests/.*$
|
- ^heat/tests/.*$
|
||||||
- ^releasenotes/.*$
|
- ^releasenotes/.*$
|
||||||
|
@ -92,7 +92,7 @@ policy_generator_config_file = '../../etc/heat/heat-policy-generator.conf'
|
|||||||
sample_policy_basename = '_static/heat'
|
sample_policy_basename = '_static/heat'
|
||||||
|
|
||||||
# oslo_config.sphinxconfiggen options
|
# 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'
|
sample_config_basename = '_static/heat'
|
||||||
|
|
||||||
# openstackdocstheme options
|
# 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.
|
A :doc:`sample configuration file <sample_config>` is also available.
|
||||||
|
|
||||||
.. show-options::
|
.. show-options::
|
||||||
:config-file: config-generator.conf
|
:config-file: etc/heat/heat-config-generator.conf
|
||||||
|
2
tox.ini
2
tox.ini
@ -85,7 +85,7 @@ commands =
|
|||||||
|
|
||||||
[testenv:genconfig]
|
[testenv:genconfig]
|
||||||
commands =
|
commands =
|
||||||
oslo-config-generator --config-file=config-generator.conf
|
oslo-config-generator --config-file=etc/heat/heat-config-generator.conf
|
||||||
|
|
||||||
[testenv:genpolicy]
|
[testenv:genpolicy]
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user