The Stein supported runtimes proposal [1] has chosen py36 over py35 due to the communities move to testing on Ubuntu 18.04, where py36 is the default runtime. We update tox.ini and setup.cfg accordingly. We also add a py37 option to the tox.ini to facilitate future-looking tests per the resolution on keeping up with Python 3 releases [2]. The py35 option will eventually need to be removed from tox.ini, but this keeps it for now in order to allow time for folks to transition. [1] https://review.openstack.org/611080 [2] https://review.openstack.org/613145 Change-Id: Id77fbd969bee5a6f3636be13362a2b89cb5888e8
47 lines
1.2 KiB
INI
47 lines
1.2 KiB
INI
[metadata]
|
|
name = nova_powervm
|
|
summary = PowerVM driver for OpenStack Nova.
|
|
description-file = README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://nova-powervm.readthedocs.io
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
|
|
[files]
|
|
packages =
|
|
nova_powervm
|
|
nova/virt/powervm_ext
|
|
|
|
[compile_catalog]
|
|
directory = nova_powervm/locale
|
|
domain = nova-powervm
|
|
|
|
[init_catalog]
|
|
domain = nova-powervm
|
|
output_dir = nova_powervm/locale
|
|
input_file = nova_powervm/locale/nova-powervm.pot
|
|
|
|
[update_catalog]
|
|
domain = nova-powervm
|
|
output_dir = nova_powervm/locale
|
|
input_file = nova_powervm/locale/nova-powervm.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = nova_powervm/locale/nova-powervm.pot
|
|
|
|
[entry_points]
|
|
oslo.config.opts =
|
|
nova_powervm = nova_powervm.conf.powervm:list_opts
|