Mistral Library with shared routines and utilities.
Go to file
OpenDev Sysadmins f4a2a09ed3 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:48:59 +00:00
doc/source Fix documentation for custom actions 2017-04-25 14:59:56 +01:00
mistral_lib Provide redirection for all security context attributes 2017-11-09 16:52:59 +00:00
releasenotes Added reno for stable/mitaka, stable/liberty and stable/newton 2016-11-15 19:03:24 +05:30
tools Replace openstack.org git:// URLs with https:// 2019-03-24 20:34:13 +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 OpenDev Migration Patch 2019-04-19 19:48:59 +00:00
.testr.conf Initial project layout 2016-07-15 15:16:55 +07:00
.zuul.yaml import zuul job settings from project-config 2018-08-18 14:57:34 +09: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
MANIFEST.in 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
requirements.txt Updated from global requirements 2017-08-11 18:59:48 +00:00
setup.cfg Fix the package name in the setup.cfg 2017-03-15 09:53:38 +00:00
setup.py Updated from global requirements 2017-03-02 11:46:53 +00:00
test-requirements.txt Updated from global requirements 2017-08-11 18:59:48 +00:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/pike 2017-07-28 21:03:45 +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