Update docs and add release not for safe-rerun flag

Change-Id: I05c16fd72326b8e34436e1dad9380f5e6fbde0a5
This commit is contained in:
Dawid Deja 2016-08-01 12:37:52 +02:00 committed by Renat Akhmerov
parent f0fbb30d76
commit fb2fa02575
2 changed files with 9 additions and 0 deletions

View File

@ -214,6 +214,9 @@ attributes:
- **timeout** - Configures timeout policy. *Optional*.
- **retry** - Configures retry policy. *Optional*.
- **concurrency** - Configures concurrency policy. *Optional*.
- **safe-rerun** - Boolean value allowing to rerun task if executor dies
during action execution. If set to 'true' task may be run twice.
*Optional*. By default set to 'false'.
Policies
''''''''

View File

@ -0,0 +1,6 @@
---
features:
- Mistral now support usage of alternative RPC layer, that calls RabbitMQ
directly instead of using Oslo.
- Tasks support new flag 'safe-rerun'. If it is set to 'true', a task would be
re-run if executor dies during execution.