Move configuration file generation into tools

Generating configuration files using tox.ini environment may be buggy.
The tox venv may be different from the system wide environment.
This commit is contained in:
tengqm 2015-01-23 21:53:24 +08:00
parent deb541f712
commit 17fb019cfc
3 changed files with 3 additions and 3 deletions

3
tools/gen-config Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
oslo-config-generator --config-file=config-generator.conf

View File

@ -37,9 +37,6 @@ deps = -r{toxinidir}/requirements.txt
sphinxcontrib-httpdomain
commands = python setup.py build_sphinx
[testenv:genconfig]
commands = oslo-config-generator --config-file=config-generator.conf
[flake8]
# E251 unexpected spaces around keyword / parameter equals
# E265 block comment should start with '#'