heat/contrib/heat_zaqar
Steve Baker bb4c915434 Do not specify version for contrib plugins
The pbr 0.11.0 release has shown that having multiple trees in a repo
each with their on version that is different to the git history is
really not going to work.

This change means that the version will be derived from git history,
which will still be useful for operators managing what version of a
plugin they have installed.

Running sudo python setup.py install (as documented) is known to work
with the latest pbr.

Change-Id: I716a5374bb283d11e26459b5866a0437ab6fe0dd
Closes-Bug: #1450733
2015-05-04 10:33:23 +12:00
..
heat_zaqar Do not pass rich objects in Zaqar Queue 2015-04-24 16:07:10 -07: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 Do not specify version for contrib plugins 2015-05-04 10:33:23 +12: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.