Metadata-Version: 2.0
Name: mistral-extra
Version: 0.1
Summary: Mistral Extras
Home-page: UNKNOWN
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Platform: UNKNOWN
Requires-Dist: python-mistralclient
Requires-Dist: pbr (>=0.6,!=0.7,<1.0)
Requires-Dist: eventlet (>=0.13.0)
Requires-Dist: PyYAML (>=3.1.0)
Requires-Dist: pecan (>=0.4.5)
Requires-Dist: WSME (>=0.6)
Requires-Dist: argparse
Requires-Dist: oslo.config (>=1.2.0)
Requires-Dist: python-keystoneclient (>=0.9.0)
Requires-Dist: Flask (>=0.10,<1.0)

Mistral Extras
==============

Contains example applications and additional tools for Mistral.

Currently, there are three examples:

#### Create VM

Connects to OpenStack Nova and creates a VM with image and flavor id provided.
See `examples/create_vm/README.md` for more.

#### Run VM job

Spins up a VM, deploys web server, sends request, reports by email if an error occurred.
See `examples/vm_job/README.md` for more.

#### Webhooks scheduling

Starts local webserver and then assess it periodically using HTTP action.
See `examples/webhooks/README.md` for more.



