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:
parent
deb541f712
commit
17fb019cfc
3
tools/gen-config
Executable file
3
tools/gen-config
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
oslo-config-generator --config-file=config-generator.conf
|
3
tox.ini
3
tox.ini
@ -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 '#'
|
||||
|
Loading…
Reference in New Issue
Block a user