heat/contrib/heat_zaqar
kairat_kushaev fbda16fcab Deprecate QUEUE_ID in heat_zaqar
ZaqarQueue in heat_zaqar has 2 ways to receive the ID of the queue:
- use get_attr(QUEUE_ID)
- use get_resource <resource_name> or Ref
The first way has been deprecated because in common practice
it had better use get_recources for receive an ID of the resource.
In addition, this attribute has been excluded from auto-tests
for ZaqarQueue.

Change-Id: I43d07401b580555fe5bfa443836e60a708ce54bf
2015-01-20 17:14:38 +03:00
..
heat_zaqar Deprecate QUEUE_ID in heat_zaqar 2015-01-20 17:14:38 +03: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.