mistral-extra/mistral_extra
Renat Akhmerov f4272e3e3a Fix serialization of OpenStack actions
* In the recent version 2.3.0 of mistral-lib there has been added
  the new serialization mechanism for actions since the communication
  schema between Mistral engine and Mistral remote executor will soon
  require it (once merged). All classes for OpenStack actions are
  eventually dynamically generated based on the static classes like
  NovaAction, HeatAction etc., so to make the serialization work
  correctly we have to take this into account. The newly added class
  OpenStackActionSerializer takes care of that.

Change-Id: I8d7e2db0b17fb8f055f77363667ca4ab2c501b34
2020-09-09 14:53:03 +07:00
..
actions Fix serialization of OpenStack actions 2020-09-09 14:53:03 +07:00
resources/openstack/workflows Move preinstalled workflows to mistral-extra 2020-02-26 11:02:39 +02:00
tests Fix serialization of OpenStack actions 2020-09-09 14:53:03 +07:00
__init__.py Move openstack actions to mistral-extra 2020-01-29 12:27:13 +02:00
config.py Move openstack actions to mistral-extra 2020-01-29 12:27:13 +02:00
version.py Move openstack actions to mistral-extra 2020-01-29 12:27:13 +02:00
workflows.py Move preinstalled workflows to mistral-extra 2020-02-26 11:02:39 +02:00