heat/contrib/heat_zaqar
Peter Razumovsky f2bb433185 Fix OS::Zaqar::Queue resource_mapping
Documentation generating about OS::Zaqar::Queue was broken
because of incorrect resource_mapping. This patch fixes this
situation and returns OS::Zaqar::Queue to docs.

Change-Id: I7dadf9f3916afa2ee2c9540ab744cf9776cad315
2015-03-16 12:43:21 +00:00
..
heat_zaqar Fix OS::Zaqar::Queue resource_mapping 2015-03-16 12:43:21 +00:00
README.md Replace marconi by zaqar in heat plugins 2014-09-02 11:36:08 +02:00
requirements.txt Replace marconi by zaqar in heat plugins 2014-09-02 11:36:08 +02:00
setup.cfg Replace marconi by zaqar in heat plugins 2014-09-02 11:36:08 +02:00
setup.py Replace marconi by zaqar in heat plugins 2014-09-02 11:36:08 +02:00

README.md

Zaqar plugin for OpenStack Heat

This plugin enable using Zaqar queuing service as a resource in a Heat template.

1. Install the Zaqar 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.