Merge "Fix configuration generator"

This commit is contained in:
Jenkins 2016-12-21 12:52:42 +00:00 committed by Gerrit Code Review
commit 066817d228
2 changed files with 4 additions and 2 deletions

View File

@ -42,7 +42,9 @@ Generate config::
$ tox -egenconfig
Configure Mistral as needed. The configuration file is located in ``/etc/mistral/mistral.conf``.
Configure Mistral as needed. The configuration file is located in
``etc/mistral.conf.sample``. You will need to modify the configuration options
and then copy it into ``/etc/mistral/mistral.conf``.
For details see :doc:`Mistral Configuration Guide </guides/configuration_guide>`
**Virtualenv installation**::

View File

@ -43,7 +43,7 @@ commands =
[testenv:genconfig]
commands =
oslo-config-generator --config-file tools/config/config-generator.mistral.conf \
--output-file /etc/mistral/mistral.conf.sample
--output-file etc/mistral.conf.sample
#set PYTHONHASHSEED=0 to prevent wsmeext.sphinxext from randomly failing.
[testenv:venv]