heat/contrib/marconi
Steve Baker cc980d730e Prevent "No handlers could be found..." logging
To prevent this message from being logged during unit tests runs
or heat-manage calls, the following changes have been made:
* Make the instance_users deprecation warning use "warnings" and
  move to engine init
* patch out warnings for engine tests
* do not log barbican or marconi if importing their clients fails

Change-Id: Icc4be26bf334a6ce31ad3b8fe9fd244cd9e37be2
Closes-Bug: #1333408
2014-06-24 17:07:21 +12:00
..
marconi Prevent "No handlers could be found..." logging 2014-06-24 17:07:21 +12:00
README.md Separate the Marconi client from the resource 2014-02-11 08:21:44 -06:00
requirements.txt Rename Marconi plugin package 2014-02-07 09:34:47 -06:00

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.