heat/heat/engine/resources/openstack/zaqar
Oleksii Chuprykov 1369989db7 Fix handle_delete for zaqar queue
Now the call to client.queue() is wrapped in try-except clause,
but actually queue() doesn't make any calls to api and can't rise
any exception. Such behaviour can lead to UPDDATE_FAILED state of the
stack if the queue will not exist. Try to delete queue and then catch
appropriate exception.

Change-Id: I484bae099e3236d6b00ec5b3c2c562d971b7463e
2015-08-04 14:01:19 +00:00
..
__init__.py Move zaqar resource in-tree 2015-06-03 14:09:03 -07:00
queue.py Fix handle_delete for zaqar queue 2015-08-04 14:01:19 +00:00