heat/contrib/heat_zaqar
Pavlo Shchelokovskyy 860c7f6338 Do not pass rich objects in Zaqar Queue
Do not return queue object from handle_create.
An extra API call is introduced in check_create_complete.

Change-Id: Ic46f50b011fe9e5b397e5f822c9e9c86e8544c81
Partial-Bug: #1393268
2015-04-24 16:07:10 -07: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 Add versions to all contrib plugins 2015-03-27 19:03:06 -07: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.