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:
parent
49b0d97eae
commit
72eff9c4fd
@ -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
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user