heat/contrib/heat_marconi
Steve Baker 23893088f1 Implement marconi client plugin
This moves the client creation code out of a Clients subclass into
its own client plugin.

The base package has been renamed to heat_marconi since stevedore
is used for client plugin loading and the base package will be
installed by setuptools, the package marconi might clash with
the actual marconi project.

Change-Id: Ie824d961fcfa9dafd72cc40ccf207d1c1e0501ad
2014-08-13 20:12:29 -05:00
..
heat_marconi Implement marconi client plugin 2014-08-13 20:12:29 -05:00
README.md Implement marconi client plugin 2014-08-13 20:12:29 -05:00
requirements.txt Implement marconi client plugin 2014-08-13 20:12:29 -05:00
setup.cfg Implement marconi client plugin 2014-08-13 20:12:29 -05:00
setup.py Implement marconi client plugin 2014-08-13 20:12:29 -05: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: These instructions assume the value of heat.conf plugin_dirs includes the default directory /usr/lib/heat.

To install the plugin, from this directory run: sudo python ./setup.py install

2. Restart heat

Only the process "heat-engine" needs to be restarted to load the newly installed plugin.