Mistral Library with shared routines and utilities.
Go to file
Corey Bryant bac92db60b add python 3.7 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.7.

See ML discussion here [1] for context.

[1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html

Change-Id: I8cb955d3262dcd763accec05c7ca13566182b5aa
Story: #2004073
Task: #27429
2019-02-14 23:58:13 -05:00
doc/source Merge "Switch from oslosphinx to openstackdocstheme" 2017-07-24 13:32:14 +00:00
mistral_lib Make the ActionContext serializable 2018-07-24 14:43:29 +01:00
releasenotes Update reno for stable/rocky 2018-07-19 21:59:21 +00: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 Added .gitreview 2016-07-15 06:44:00 +00:00
.stestr.conf Switch to using stestr 2018-05-22 13:18:29 -07:00
.zuul.yaml add python 3.7 unit test job 2019-02-14 23:58:13 -05:00
CONTRIBUTING.rst Changed the invalid link in CONTRIBUTING.rst 2016-09-12 14:51:33 +05:30
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 Adds minimum common shared code for custom actions API 2017-03-14 10:14:03 -04:00
babel.cfg Initial project layout 2016-07-15 15:16:55 +07:00
lower-constraints.txt Switch to using stestr 2018-05-22 13:18:29 -07:00
requirements.txt Updated from global requirements 2017-09-11 21:21:07 +00:00
setup.cfg Update home-page 2019-01-12 12:07:40 +00:00
setup.py Updated from global requirements 2017-03-02 11:46:53 +00:00
test-requirements.txt Update hacking version to latest 2019-01-05 01:02:15 +08:00
tox.ini Add python 3.6 unit test job 2018-11-09 02:48:50 +00: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 http://git.openstack.org/cgit/openstack/mistral-extra .

Features

  • TODO