Files
python-mistralclient/doc/source/index.rst
Ghanshyam Mann ffa67c1e64 [community goal] Update contributor documentation
This patch updates/adds the contributor documentation to follow
the guidelines of the Ussuri cycle community goal[1].

[1] https://governance.openstack.org/tc/goals/selected/ussuri/project-ptl-and-contrib-docs.html

Story: #2007236
Task: #38537
Change-Id: I01c5a3a5def5baa215413cea25fc5fda41fea2b6
2021-05-31 20:33:28 +00:00

1.0 KiB

Python bindings to the OpenStack Workflow API

This is a client for OpenStack Mistral API. There's a Python API (the mistralclient module), and a command-line script (installed as mistral).

Using mistralclient

cli/cli_usage_with_openstack cli/cli_usage_with_keycloak cli/cli_usage_targeting_workflows cli/cli_usage_source_execution class_reference

For information about using the mistral command-line client, see Workflow service command-line client.

Python API Reference

For Contributors

  • If you are a new contributor to python-mistralclient please refer: contributor/contributing

    contributor/contributing