cinder/tools/config
Sean McGinnis 37510ac034 Default tox jobs to python3
The long term goal for OpenStack is to support python3 for
all things except explicit python2 testing by the T release.
Part of preparing for that is ensuring all ancillary things
like docs jobs and other tooling work with python3.

This switches the default for our docs jobs to python3 so
anything that does not specify another version will end up
using it.

Further work is necessary for the pylint job due to changes
between the runtimes. That will be done in a follow up patch.

There was also a difference in behavior with the genopts job
where it ends up trying to recreate the venv under which it
is currently running under, resulting in a corrupted venv
and a failure. This cleans up that script and changes it so
rather than a tox job calling a tox job it just runs the
script.

Change-Id: Ie79528b33070e6c60f9f5e1f2219084a2f0cb039
2018-06-05 14:16:34 -05:00
..
__init__.py Move config-generator to tools 2017-08-16 16:18:48 -04:00
check_uptodate.sh Default tox jobs to python3 2018-06-05 14:16:34 -05:00
cinder-config-generator.conf Move config-generator to tools 2017-08-16 16:18:48 -04:00
cinder-policy-generator.conf Add policy documentation and sample file 2017-10-20 10:47:34 +08:00
generate_cinder_opts.py Add another hack from NOVA_GROUP to generate_cinder_opts.py 2017-09-14 10:19:17 +02:00