mistral-dashboard 14.0.0-2 source package in Ubuntu

Changelog

mistral-dashboard (14.0.0-2) unstable; urgency=medium

  * Added Django 4 compat (Closes: #1015137):
    - django-4-ugettext_lazy-is-removed.patch
    - django-4-django.conf.urls.url-is-removed.patch
  * Add autopkgtest.

 -- Thomas Goirand <email address hidden>  Thu, 28 Jul 2022 14:43:39 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mistral-dashboard_14.0.0-2.dsc 2.6 KiB 00917f67c57ab7a3ed2b2c157163e3b9c2087a5cc2b2dc8f21f0e851cf4cf9bc
mistral-dashboard_14.0.0.orig.tar.xz 34.2 KiB fe5f7ffeb7069edd557546c324a9532ff3241bfb7641516333541a1abe0256bd
mistral-dashboard_14.0.0-2.debian.tar.xz 6.5 KiB 18400109673e960096ff66a195ec978673ad7af52844e9b5caa5875d1a2ef5d9

Available diffs

No changes file available.

Binary packages built by this source

python3-mistral-dashboard: OpenStack Workflow Service - dashboard plugin

 Mistral is a workflow service. Most business processes consist of multiple
 distinct interconnected steps that need to be executed in a particular order
 in a distributed environment. One can describe such process as a set of tasks
 and task relations and upload such description to Mistral so that it takes
 care of state management, correct execution order, parallelism,
 synchronization and high availability. Mistral also provides flexible task
 scheduling so that it can run a process according to a specified schedule
 (i.e. every Sunday at 4.00pm) instead of running it immediately. Such set of
 tasks and relations between them is called a workflow.
 .
 This package contains the OpenStack dashboard plugin.