Merge "Include sample configuration in dev docs"
This commit is contained in:
commit
8a5a3e7582
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ build
|
|||||||
.coverage*
|
.coverage*
|
||||||
!.coveragerc
|
!.coveragerc
|
||||||
cover/
|
cover/
|
||||||
|
doc/source/_static/tempest.conf
|
||||||
|
0
doc/source/_static/.keep
Normal file
0
doc/source/_static/.keep
Normal file
@ -38,6 +38,7 @@ Tempest Configuration Guide
|
|||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
configuration
|
configuration
|
||||||
|
sampleconf
|
||||||
|
|
||||||
---------------------
|
---------------------
|
||||||
Command Documentation
|
Command Documentation
|
||||||
|
14
doc/source/sampleconf.rst
Normal file
14
doc/source/sampleconf.rst
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
.. _tempest-sampleconf:
|
||||||
|
|
||||||
|
Sample Configuration File
|
||||||
|
==========================
|
||||||
|
|
||||||
|
The following is a sample Tempest configuration for adaptation and use. It is
|
||||||
|
auto-generated from Tempest when this documentation is built, so
|
||||||
|
if you are having issues with an option, please compare your version of
|
||||||
|
Tempest with the version of this documentation.
|
||||||
|
|
||||||
|
The sample configuration can also be viewed in `file form <_static/tempest.conf>`_.
|
||||||
|
|
||||||
|
.. include:: _static/tempest.conf
|
||||||
|
:code:
|
5
tox.ini
5
tox.ini
@ -108,7 +108,10 @@ commands =
|
|||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
commands = python setup.py build_sphinx {posargs}
|
# The sample config file we generate is included in the sphinxdoc, so build that first.
|
||||||
|
commands =
|
||||||
|
oslo-config-generator --config-file tools/config/config-generator.tempest.conf --output-file doc/source/_static/tempest.conf
|
||||||
|
python setup.py build_sphinx {posargs}
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user