Files
mistral-extra/setup.cfg
Takashi Kajinami ca802e5fc3 Remove options for old documentation/translation build process
The current pipelines no longer need these options and these options
were removed from the other repos already.

Change-Id: I1a159671d9e217e6fa9d5f7d175e598317c661eb
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2025-09-12 00:59:50 +09:00

44 lines
1.7 KiB
INI

[metadata]
name = mistral-extra
summary = Mistral OpenStack-specific bindings
description_file =
README.rst
license = Apache-2.0
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/mistral/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[files]
packages =
mistral_extra
[entry_points]
mistral.generators =
generators = mistral_extra.actions.generator_factory:all_generators
console_scripts =
mistral-monitoring = mistral_extra.monitoring.launch:main
mistral.preinstalled_workflows =
workflows = mistral_extra.workflows:get_preinstalled_workflows
monitoring.metric_collector =
mistral = mistral_extra.monitoring.collectors.mistral_collector:MistralMetricCollector
monitoring.recovery_jobs =
delayed_calls = mistral_extra.monitoring.jobs.delayed_calls_recovery:DelayedCallsRecoveryJob
idle_tasks = mistral_extra.monitoring.jobs.idle_tasks_recovery:IdleTasksRecoveryJob
named_locks = mistral_extra.monitoring.jobs.named_locks_recovery:NamedLocksRecoveryJob
waiting_tasks = mistral_extra.monitoring.jobs.waiting_tasks_recovery:WaitingTasksRecoveryJob
sub_workflows_start = mistral_extra.monitoring.jobs.subworkflow_start_recovery:SubworkflowStartRecoveryJob
sub_workflow_complete = mistral_extra.monitoring.jobs.subworkflow_complete_recovery:SubworkflowCompleteRecoveryJob