Remove genconfig tox target

Change-Id: I9e08334bff9d4fc5cc01cf2f4eae26fa7e6e302d
This commit is contained in:
Julien Danjou 2017-07-05 14:37:25 +02:00
parent ba461b4f03
commit 6e0179da3a
2 changed files with 0 additions and 10 deletions

View File

@ -33,11 +33,4 @@ The following is a sample Aodh configuration for adaptation and use. It is
auto-generated from Aodh when this documentation is built, and can also be
viewed in `file form <_static/aodh.conf.sample>`_.
.. note::
As a developer, with full development tools, you can create a sample
configuration file from any branch or commit. Just checkout to that
branch or commit, run ``tox -e genconfig``, then `etc/aodh/aodh.conf`
will be generated.
.. literalinclude:: _static/aodh.conf.sample

View File

@ -53,9 +53,6 @@ commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenote
deps = .[doc]
commands = sphinx-build -a -E -W -d install-guide/build/doctrees -b html install-guide/source install-guide/build/html
[testenv:genconfig]
commands = aodh-config-generator
[testenv:docs]
deps = .[test,doc]
commands = python setup.py build_sphinx