2013-10-31 21:14:00 +07:00
|
|
|
[metadata]
|
|
|
|
name = mistral
|
|
|
|
summary = Mistral Project
|
2014-01-20 21:29:32 +04:00
|
|
|
description-file =
|
|
|
|
README.rst
|
|
|
|
license = Apache License, Version 2.0
|
2017-07-19 17:02:16 +08:00
|
|
|
home-page = https://docs.openstack.org/mistral/latest/
|
2013-10-31 21:14:00 +07:00
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python
|
|
|
|
Programming Language :: Python :: 2
|
|
|
|
Programming Language :: Python :: 2.7
|
2016-05-24 09:52:15 +01:00
|
|
|
Programming Language :: Python :: 3
|
2016-07-14 08:35:27 +08:00
|
|
|
Programming Language :: Python :: 3.5
|
2013-10-31 21:14:00 +07:00
|
|
|
Environment :: OpenStack
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
2016-12-06 11:11:46 +08:00
|
|
|
License :: OSI Approved :: Apache Software License
|
2013-10-31 21:14:00 +07:00
|
|
|
Operating System :: POSIX :: Linux
|
2017-06-12 20:44:00 +07:00
|
|
|
author = OpenStack
|
2013-10-31 21:14:00 +07:00
|
|
|
author-email = openstack-dev@lists.openstack.org
|
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
mistral
|
2016-03-25 14:23:31 +01:00
|
|
|
mistral_tempest_tests
|
2013-10-31 21:14:00 +07:00
|
|
|
|
2014-05-28 21:28:14 +10:00
|
|
|
[build_sphinx]
|
|
|
|
source-dir = doc/source
|
|
|
|
build-dir = doc/build
|
|
|
|
all_files = 1
|
2017-07-13 10:11:15 +02:00
|
|
|
warning-is-error = 1
|
2014-05-28 21:28:14 +10:00
|
|
|
|
|
|
|
[upload_sphinx]
|
|
|
|
upload-dir = doc/build/html
|
|
|
|
|
2014-04-28 21:57:14 +07:00
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
|
|
|
mistral-server = mistral.cmd.launch:main
|
2014-07-18 11:15:34 +07:00
|
|
|
mistral-db-manage = mistral.db.sqlalchemy.migration.cli:main
|
2014-04-28 21:57:14 +07:00
|
|
|
|
2017-04-07 08:46:30 -04:00
|
|
|
wsgi_scripts =
|
2017-05-10 21:31:42 +00:00
|
|
|
mistral-wsgi-api = mistral.api.app:init_wsgi
|
2017-04-07 08:46:30 -04:00
|
|
|
|
2017-04-14 00:10:52 +00:00
|
|
|
mistral.rpc.backends =
|
|
|
|
oslo_client = mistral.rpc.oslo.oslo_client:OsloRPCClient
|
|
|
|
oslo_server = mistral.rpc.oslo.oslo_server:OsloRPCServer
|
|
|
|
kombu_client = mistral.rpc.kombu.kombu_client:KombuRPCClient
|
|
|
|
kombu_server = mistral.rpc.kombu.kombu_server:KombuRPCServer
|
2015-06-25 17:28:36 +03:00
|
|
|
|
2015-05-26 12:53:32 +03:00
|
|
|
oslo.config.opts =
|
|
|
|
mistral.config = mistral.config:list_opts
|
|
|
|
|
2016-03-04 06:49:21 -08:00
|
|
|
oslo.config.opts.defaults =
|
2016-03-11 15:29:40 -05:00
|
|
|
mistral.config = mistral.config:set_cors_middleware_defaults
|
2016-03-04 06:49:21 -08:00
|
|
|
|
2017-10-04 09:06:35 +07:00
|
|
|
oslo.policy.policies =
|
|
|
|
mistral = mistral.policies:list_rules
|
|
|
|
|
2014-07-03 18:24:57 -10:00
|
|
|
mistral.actions =
|
2014-12-11 13:58:19 +06:00
|
|
|
std.async_noop = mistral.actions.std_actions:AsyncNoOpAction
|
2014-12-04 13:40:07 +06:00
|
|
|
std.noop = mistral.actions.std_actions:NoOpAction
|
2014-12-04 14:04:54 +06:00
|
|
|
std.fail = mistral.actions.std_actions:FailAction
|
2014-07-03 18:24:57 -10:00
|
|
|
std.echo = mistral.actions.std_actions:EchoAction
|
|
|
|
std.http = mistral.actions.std_actions:HTTPAction
|
|
|
|
std.mistral_http = mistral.actions.std_actions:MistralHTTPAction
|
|
|
|
std.ssh = mistral.actions.std_actions:SSHAction
|
2015-10-06 14:23:01 +03:00
|
|
|
std.ssh_proxied = mistral.actions.std_actions:SSHProxiedAction
|
2014-07-03 18:24:57 -10:00
|
|
|
std.email = mistral.actions.std_actions:SendEmailAction
|
2015-01-28 14:18:24 +03:00
|
|
|
std.javascript = mistral.actions.std_actions:JavaScriptAction
|
2017-01-17 18:27:51 +07:00
|
|
|
std.js = mistral.actions.std_actions:JavaScriptAction
|
2016-06-22 11:26:30 +02:00
|
|
|
std.sleep = mistral.actions.std_actions:SleepAction
|
2017-01-18 12:35:18 +07:00
|
|
|
std.test_dict = mistral.actions.std_actions:TestDictAction
|
2016-07-05 10:09:04 +02:00
|
|
|
|
2017-04-13 18:17:53 +00:00
|
|
|
mistral.executors =
|
|
|
|
local = mistral.executors.default_executor:DefaultExecutor
|
|
|
|
remote = mistral.executors.remote_executor:RemoteExecutor
|
|
|
|
|
2017-05-24 22:03:31 +00:00
|
|
|
mistral.notifiers =
|
|
|
|
local = mistral.notifiers.default_notifier:DefaultNotifier
|
|
|
|
remote = mistral.notifiers.remote_notifier:RemoteNotifier
|
|
|
|
|
|
|
|
mistral.notification.publishers =
|
|
|
|
webhook = mistral.notifiers.publishers.webhook:WebhookPublisher
|
|
|
|
noop = mistral.notifiers.publishers.noop:NoopPublisher
|
|
|
|
|
2016-09-22 19:30:55 +07:00
|
|
|
mistral.expression.functions =
|
2017-10-24 11:00:24 +01:00
|
|
|
# json_pp was deprecated in Queens and will be removed in the S cycle
|
2016-09-22 19:30:55 +07:00
|
|
|
json_pp = mistral.utils.expression_utils:json_pp_
|
2017-10-24 11:00:24 +01:00
|
|
|
|
|
|
|
env = mistral.utils.expression_utils:env_
|
|
|
|
execution = mistral.utils.expression_utils:execution_
|
2017-11-24 14:53:10 +00:00
|
|
|
executions = mistral.utils.expression_utils:executions_
|
2017-10-24 11:00:24 +01:00
|
|
|
global = mistral.utils.expression_utils:global_
|
|
|
|
json_parse = mistral.utils.expression_utils:json_parse_
|
|
|
|
json_dump = mistral.utils.expression_utils:json_dump_
|
2016-09-22 19:30:55 +07:00
|
|
|
task = mistral.utils.expression_utils:task_
|
2016-11-23 17:09:59 +00:00
|
|
|
tasks = mistral.utils.expression_utils:tasks_
|
2016-09-22 19:30:55 +07:00
|
|
|
uuid = mistral.utils.expression_utils:uuid_
|
2017-10-12 13:42:08 -04:00
|
|
|
yaml_parse = mistral.utils.expression_utils:yaml_parse_
|
2017-12-15 09:46:34 -05:00
|
|
|
yaml_dump = mistral.utils.expression_utils:yaml_dump_
|
2016-09-22 19:30:55 +07:00
|
|
|
|
|
|
|
mistral.expression.evaluators =
|
|
|
|
yaql = mistral.expressions.yaql_expression:InlineYAQLEvaluator
|
|
|
|
jinja = mistral.expressions.jinja_expression:InlineJinjaEvaluator
|
2016-09-15 23:37:30 +00:00
|
|
|
|
|
|
|
mistral.auth =
|
|
|
|
keystone = mistral.auth.keystone:KeystoneAuthHandler
|
|
|
|
keycloak-oidc = mistral.auth.keycloak:KeycloakAuthHandler
|
2017-01-13 12:20:23 +01:00
|
|
|
|
|
|
|
kombu_driver.executors =
|
|
|
|
blocking = futurist:SynchronousExecutor
|
|
|
|
threading = futurist:ThreadPoolExecutor
|
2018-04-08 16:10:50 +04:00
|
|
|
eventlet = futurist:GreenThreadPoolExecutor
|
2017-04-05 09:48:50 +01:00
|
|
|
|
|
|
|
pygments.lexers =
|
|
|
|
mistral = mistral.ext.pygmentplugin:MistralLexer
|
2018-04-22 13:48:13 +04:00
|
|
|
|
|
|
|
mistral.js.implementation =
|
|
|
|
pyv8 = mistral.utils.javascript:PyV8Evaluator
|
|
|
|
v8eval = mistral.utils.javascript:V8EvalEvaluator
|
|
|
|
py_mini_racer = mistral.utils.javascript:PyMiniRacerEvaluator
|