Merge "Move config-generator to tools"
This commit is contained in:
commit
406527a1e1
@ -63,7 +63,7 @@ extensions = ['sphinx.ext.autodoc',
|
|||||||
]
|
]
|
||||||
|
|
||||||
config_generator_config_file = (
|
config_generator_config_file = (
|
||||||
'../../cinder/config/cinder-config-generator.conf')
|
'../../tools/config/cinder-config-generator.conf')
|
||||||
sample_config_basename = '_static/cinder'
|
sample_config_basename = '_static/cinder'
|
||||||
|
|
||||||
# autodoc generation is a bit aggressive and a nuisance
|
# autodoc generation is a bit aggressive and a nuisance
|
||||||
|
4
tox.ini
4
tox.ini
@ -81,12 +81,12 @@ commands =
|
|||||||
[testenv:genconfig]
|
[testenv:genconfig]
|
||||||
sitepackages = False
|
sitepackages = False
|
||||||
envdir = {toxworkdir}/pep8
|
envdir = {toxworkdir}/pep8
|
||||||
commands = oslo-config-generator --config-file=cinder/config/cinder-config-generator.conf
|
commands = oslo-config-generator --config-file=tools/config/cinder-config-generator.conf
|
||||||
|
|
||||||
[testenv:genopts]
|
[testenv:genopts]
|
||||||
sitepackages = False
|
sitepackages = False
|
||||||
envdir = {toxworkdir}/pep8
|
envdir = {toxworkdir}/pep8
|
||||||
commands = python cinder/config/generate_cinder_opts.py
|
commands = python tools/config/generate_cinder_opts.py
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
Loading…
Reference in New Issue
Block a user