Mistral Library with shared routines and utilities.
Go to file
Dougal Matthews 121ba2f212 Remove unused requirements
Babel is used for i18n - we can re-add it if needed.

Neither testscenarios, testtools or oslotest are used in the current tests.
These provide testing utilities and can be added later if we use them.

Change-Id: If2ba0ddd902671d29b765497b420e7b4a4b14963
2017-04-19 10:23:01 +01:00
doc/source Merge "Adds minimum common shared code for custom actions API" 2017-03-15 09:53:14 +00:00
mistral_lib Make the Result class more convienient to use 2017-04-19 10:08:21 +01:00
releasenotes Added reno for stable/mitaka, stable/liberty and stable/newton 2016-11-15 19:03:24 +05:30
tools Sync tools/tox_install.sh with Mistral 2017-04-19 10:05:11 +01: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
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 Remove unused requirements 2017-04-19 10:23:01 +01: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 Remove unused requirements 2017-04-19 10:23:01 +01:00
tox.ini Sync tools/tox_install.sh with Mistral 2017-04-19 10:05:11 +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 http://git.openstack.org/cgit/openstack/mistral-extra .

Features

  • TODO