mistral-extra/mistral_extra
Takashi Kajinami d8a8f99d39 Remove support for unmaintained Glare
Currently tox jobs are broken because python-glareclient can't be
installed with the latest constraints.

The conflict is caused by:
    python-cinderclient 8.3.0 depends on PrettyTable>=0.7.2
    python-glanceclient 3.6.0 depends on PrettyTable>=0.7.1
    python-glareclient 0.5.3 depends on PrettyTable<0.8 and >=0.7.1
    ...
    The user requested (constraint) prettytable===2.5.0

The Glare project has been unmaintained for a while[1]. It does not
support any of the current tested runtime and is considered to be
incompatible with recent OpenStack releases.

Because of these points, this change removes dependency on Glare.
Deprecation step is skipped to unblock CI jobs.

Also, this change removes the broken lower constraints job. It was
removed from Mistral a while ago[2] from the Mistral repo.

[1] https://opendev.org/x/glare
[2] https://review.opendev.org/c/openstack/mistral/+/770525

Change-Id: Ib6c138e3ce72ce775e29db80a076b9ade37ddaa0
2022-03-16 15:05:10 +00:00
..
actions Remove support for unmaintained Glare 2022-03-16 15:05:10 +00:00
resources/openstack/workflows Move preinstalled workflows to mistral-extra 2020-02-26 11:02:39 +02:00
tests Remove support for unmaintained Glare 2022-03-16 15:05:10 +00:00
__init__.py Move openstack actions to mistral-extra 2020-01-29 12:27:13 +02:00
config.py Move openstack actions to mistral-extra 2020-01-29 12:27:13 +02:00
version.py Move openstack actions to mistral-extra 2020-01-29 12:27:13 +02:00
workflows.py Move preinstalled workflows to mistral-extra 2020-02-26 11:02:39 +02:00