Ghanshyam Mann 775ff74899 Fix hacking min version to 3.0.1
flake8 new release 3.8.0 added new checks and gate pep8
job start failing. hacking 3.0.1 fix the pinning of flake8 to
avoid bringing in a new version with new checks.

Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
break the pep8 job if new check are added.

To avoid similar gate break in future, we need to bump the hacking min
version.

- http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html

Change-Id: Ief6bc5af5ee7f12053d15a8fb72c0f3e14b671e1
2020-05-12 19:28:49 -05:00
2018-05-22 13:18:29 -07:00
2019-04-19 19:48:59 +00:00
2018-05-22 13:18:29 -07:00
2020-04-11 18:44:36 +00:00
2016-07-15 15:16:55 +07:00
2019-06-19 22:34:53 +08:00
2018-10-07 12:01:03 -04:00
2016-07-15 15:16:55 +07:00
2019-06-19 22:34:53 +08:00
2020-04-24 08:22:36 -05:00
2020-04-24 10:25:43 -05:00

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 https://opendev.org/openstack/mistral-extra.

Features

  • TODO
Description
Mistral Library with shared routines and utilities.
Readme 1.5 MiB
Languages
Python 100%