Mistral Library with shared routines and utilities.
Go to file
Doug Hellmann ef3482eace add lower-constraints job
Create a tox environment for running the unit tests against the lower
bounds of the dependencies.

Create a lower-constraints.txt to be used to enforce the lower bounds
in those tests.

Add openstack-tox-lower-constraints job to the zuul configuration.

See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
for more details.

Change-Id: I14210959ffc1488a6422c6f254f92298bbcaab4b
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-05 07:25:04 -04:00
doc/source Merge "Switch from oslosphinx to openstackdocstheme" 2017-07-24 13:32:14 +00:00
mistral_lib fix the method description, wrong grammar 2018-01-16 14:03:16 +08:00
releasenotes Update reno for stable/queens 2018-02-01 16:34:04 +00:00
.coveragerc Fix the package name in the coveragerc 2017-03-14 12:00:03 +00:00
.gitignore Initial project layout 2016-07-15 15:16:55 +07:00
.gitreview Added .gitreview 2016-07-15 06:44:00 +00:00
.testr.conf Initial project layout 2016-07-15 15:16:55 +07:00
.zuul.yaml add lower-constraints job 2018-04-05 07:25:04 -04:00
CONTRIBUTING.rst Changed the invalid link in CONTRIBUTING.rst 2016-09-12 14:51:33 +05:30
HACKING.rst Small changes like deletion of extra underline in the docs 2016-09-16 19:41:56 +05:30
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 add lower-constraints job 2018-04-05 07:25:04 -04:00
requirements.txt Updated from global requirements 2017-09-11 21:21:07 +00:00
setup.cfg Enable warning-is-error 2017-07-20 12:55:08 +05:30
setup.py Updated from global requirements 2017-03-02 11:46:53 +00:00
test-requirements.txt Updated from global requirements 2018-03-15 07:10:39 +00:00
tox.ini add lower-constraints job 2018-04-05 07:25:04 -04: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