Mistral Library with shared routines and utilities.
Go to file
Dougal Matthews 817461b40c Provide redirection for all security context attributes
The previous attempt at this was to redirect as little as possible.
However, this has proven to be problematic twice. auth_cacert wasn't
redirected, it was used by some of the OpenStack actions and thus
blocked Mistral [1] patch that would have Mistral start using the new
context.

This change redirects all properties in the SecurityContext which should
be safer for our internal actions and for end users actions.

[1]: https://review.openstack.org/#/c/506185/14

Partial-Bug: #1718353
Needed-By: Ife653558bfcda794e7f37086832f70b0ad7c28a4
Change-Id: I6057d0ce3fe4ae23468be8fb06cb85dc5f467f6b
2017-11-09 11:39:33 +00:00
doc/source Merge "Switch from oslosphinx to openstackdocstheme" 2017-07-24 13:32:14 +00:00
mistral_lib Provide redirection for all security context attributes 2017-11-09 11:39:33 +00:00
releasenotes Rename task_id to task_execution_id 2017-10-30 09:04:31 +00:00
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
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-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 Cleanup test-requirements 2017-09-21 19:01:34 +08: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