2 Commits

Author SHA1 Message Date
zhurong
97df011646 Cleanup py27 support
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg:
  * Wheel is not needed for python 3 only repo
  * Some other sections are obsolete
- Update classifiers
- Update requirements, no need for python_version anymore

Change-Id: I547968d14abbdb8d134d7a94a545ea38342ec6a1
2020-04-07 04:41:19 -07:00
Chandan Kumar
b30a19214d Apply cookiecutter to newly split project telemetry-tempest-plugin
This tempest plugin is being split out of the main ceilometer project in
accordance with Queens goal "Split Tempest Plugins into Separate
Repos/Projects"[1]. This patch applies the standard boilerplate files
for OpenStack projects so that it can stand on its own.

It contains tempest tests for Aodh, Gnocchi, Ceilometer and Panko projects.

[1] https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html
2017-12-10 11:59:04 +05:30