Commit Graph

7 Commits

Author SHA1 Message Date
Ghanshyam Mann d58ee7fb08 Retire openstack-health
openstack-health is QA repo and service to know the
job/test success/failure rate. But for a long (more than
a year), this code is broken. We do not have any maintainer
in QA to fix and maintain it. As it is broken, QA and infra team
agree to stop the service

- http://status.openstack.org/openstack-health/#/

In QA zed PTG, we decided to retire the repo also

- https://etherpad.opendev.org/p/qa-zed-ptg

Needed-By: https://review.opendev.org/c/openstack/governance/+/836706
Change-Id: Ie15aa8e469b0bb3aff47dcad422c0676fea640d2
2022-04-05 18:47:38 -05:00
Andreas Jaeger 596d2f0cf1 Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Update classifiers
- Cleanup doc/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme version
- Remove install_command from tox.ini, the default is fine

Change-Id: Ied0e774f0efda76794ecfb0f67a5fd51bb380258
2020-04-11 14:58:46 +02:00
Andreas Jaeger 40d322d283 Sync requirements to fix docs jobs
building of docs fails due to incompatibilities between sphinx and other
packages. Sync requirements with global requirements, this fixes the
build problems.

Change-Id: I2060945854515fa54a8c5e3e9598a9255e5493e4
2017-08-04 21:14:58 +02:00
Masayuki Igawa 80ec3f76d1 Update requirements
This commit updates the requirements that comes from global
requirements. But some of libraries are not in global-requirements[1].
So I've added the licenses for them. And we may need to add them to
global-requirements later.

[1] flask-jsonpify, numpy, pandas, subunit2sql

Change-Id: I05a04406f966917e35c91aca3f8b0cd870e9a498
2016-01-29 11:46:18 +09:00
Matthew Treinish c8011fd24b
Add python bits to the repo
This commit adds the basic python infrastructure to the repo. The
backend rest api on top of the data stores will live in the repo
but before we can add that we need to be able to support python code
in the repo.

Change-Id: I869f42e148c2f5c2369fb5613d43b4ec25aaa2db
2015-09-14 19:06:08 -04:00
David Lyle edaf92d16d removing python elements 2015-09-14 14:08:12 -06:00
Tim Buckley 3a71cc96f2 Add some missing base files from cookiecutter (LICENSE, manifest, setuptools config) 2015-08-03 09:11:51 -06:00