10a00d3ee4
When switching to oslo.i18n, tests where used str(exc) will failed with unicodeerror, so before switching to oslo.i18n, need to replace str with six.text_type where exception is used. And it's recommanded to use six.text_type instead of str in openstack. Change-Id: Ie37a6ef74a12b2580ce72afc75c99bcd19d4cf97 |
||
---|---|---|
.. | ||
marconi | ||
README.md | ||
requirements.txt |
Marconi plugin for OpenStack Heat
This plugin enable using Marconi queuing service as a resource in a Heat template.
1. Install the Marconi plugin in Heat
NOTE: Heat scans several directories to find plugins. The list of directories is specified in the configuration file "heat.conf" with the "plugin_dirs" directive.
To install the Marconi plugin, one needs to first make sure the python-marconiclient package is installed - pip install -r requirements.txt, and copy the plugin folder, e.g. marconi to wherever plugin_dirs points to.
2. Restart heat
Only the process "heat-engine" needs to be restarted to load the newly installed plugin.