mistral-extra/mistral_extra/tests
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
..
resources/openstack Move openstack actions to mistral-extra 2020-01-29 12:27:13 +02:00
unit Fix serialization of OpenStack actions 2020-09-09 14:53:03 +07:00
__init__.py Set up mistral-extra with the ability to run unit tests 2017-03-03 16:29:49 -05:00