23893088f1
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
504 B
504 B
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.