Mistral Library with shared routines and utilities.
Go to file
Andreas Jaeger b97e383918 [ussuri][goal] Cleanup python 2.7 removal
OpenStack is dropping the py2.7 support in ussuri cycle.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

This removes some cruft from Python 2.7 support.
Raise requests lower-constraint to satisfy oslo.config.

Change-Id: I47cc8ab5b348af28062ab3ff5329b96d2cbccdbb
2020-02-05 17:22:45 +01:00
doc [ussuri][goal] Cleanup python 2.7 removal 2020-02-05 17:22:45 +01:00
mistral_lib Drop py2 support and add zuul jobs 2020-01-28 14:05:12 +02:00
releasenotes Drop py2 support and add zuul jobs 2020-01-28 14:05:12 +02:00
.coveragerc Fix the package name in the coveragerc 2017-03-14 12:00:03 +00:00
.gitignore Switch to using stestr 2018-05-22 13:18:29 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:48:59 +00:00
.stestr.conf Switch to using stestr 2018-05-22 13:18:29 -07:00
.zuul.yaml Drop py2 support and add zuul jobs 2020-01-28 14:05:12 +02:00
CONTRIBUTING.rst Sync Sphinx requirement 2019-06-19 22:34:53 +08:00
HACKING.rst Update the hacking to latest 2018-10-07 12:01:03 -04:00
LICENSE Initial project layout 2016-07-15 15:16:55 +07:00
README.rst Sync Sphinx requirement 2019-06-19 22:34:53 +08:00
babel.cfg Initial project layout 2016-07-15 15:16:55 +07:00
lower-constraints.txt [ussuri][goal] Cleanup python 2.7 removal 2020-02-05 17:22:45 +01:00
requirements.txt moved generic util functions from mistral to mistral-lib 2019-08-08 07:35:45 +00:00
setup.cfg [ussuri][goal] Cleanup python 2.7 removal 2020-02-05 17:22:45 +01:00
setup.py [ussuri][goal] Cleanup python 2.7 removal 2020-02-05 17:22:45 +01:00
test-requirements.txt Fix requirements, doc 2020-01-15 17:06:49 +02:00
tox.ini [ussuri][goal] Cleanup python 2.7 removal 2020-02-05 17:22:45 +01:00

README.rst

Team and repository tags

image

mistral-lib

This library contains data types, exceptions, functions and utilities common to Mistral, python-mistralclient and mistral-extra repositories. This library also contains the public interfaces for 3rd party integration (e.g. Actions API, YAQL functions API, etc.)

If you want to use OpenStack in your custom actions or functions, you will also need to use https://opendev.org/openstack/mistral-extra.

Features

  • TODO