heat/contrib/heat_marconi
Randall Burt d80c73f375 Fix marconi plugin registration
Add client plugin registration and fix packages and
files section.

Closes-Bug: 1363148
Change-Id: Ide5467bf622262d5c0deceaad2270068b8b3e3db
2014-08-29 12:51:31 -05:00
..
heat_marconi Use the template module to access the Template class 2014-08-21 12:53:45 +10: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 Fix marconi plugin registration 2014-08-29 12:51:31 -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.