heat/contrib/marconi
Anderson Mesquita 50c5aac776 Restructure Marconi plugin directory structure
Moving the queue resource under resources. This allows for the
separate doc generation between resources and other package modules

Change-Id: Icb402bde8e38114f4144252b93df0cb050d2e5f3
2014-02-11 08:21:44 -06:00
..
resources Restructure Marconi plugin directory structure 2014-02-11 08:21:44 -06:00
tests Restructure Marconi plugin directory structure 2014-02-11 08:21:44 -06:00
README.md Separate the Marconi client from the resource 2014-02-11 08:21:44 -06:00
__init__.py Rename Marconi plugin package 2014-02-07 09:34:47 -06:00
clients.py 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

README.md

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.