Migrate horizon-dsvm-tempest-plugin job to python3

Python 3 and python 3.6 classifiers are added
so that DevStack recognizes horizon works with python3.

Change-Id: I2ab0a1a9df9292090f8f14b1591b98d691e16bc4
This commit is contained in:
Akihiro Motoki 2018-12-29 23:36:04 +09:00
parent 49b0d97eae
commit 72eff9c4fd
2 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,7 @@
vars:
devstack_localrc:
TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/git.openstack.org/openstack/tempest-horizon'"
USE_PYTHON3: true
devstack_services:
horizon: true
tempest: true

View File

@ -19,7 +19,9 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Internet :: WWW/HTTP
[global]