15 Commits

Author SHA1 Message Date
Michal Gershenzon
594b3e27f9 Add API to validate ad-hoc action
Add an API that gets an ad-hoc action DSL and validates it.
This is done in the same way workflows are validated today.

Change-Id: Ibbb949ef38befae1ef83a2a56cda4c817ceb41d4
Implements: blueprint validate-ad-hoc-action-api
2016-05-18 11:02:59 +00:00
Thierry Carrez
554e14e435 Update reno for stable/mitaka
Change-Id: I263ce614eecab3011f4333c6bcfa1663493e6311
2016-03-17 08:52:54 +00:00
Lingxian Kong
145b4a444e Add release notes for M-3
- New service actions support, remove the separated ones.
- Workflow sharing feature.
- Usage of workflow UUID.

Change-Id: Ia082fc0b70dbad62e1224e8ebe252677d5372c3a
2016-03-01 10:17:11 +13:00
Limor
2f973a1910 Release notes for Barbican actions
Change-Id: I27c3f2ee2719d08908f2eda314798d1a7e877c65
Implements: blueprint support-barbican-actions
2016-02-19 07:51:08 +00:00
venkatamahesh
8cbfd487a8 Fix spellings for two words
Change-Id: I0cd0a5fed4784cb08acc29dc0bddcbc205975e1e
2016-02-03 15:21:50 +05:30
Jenkins
a6d770896e Merge "Add release note for swift action support" 2016-02-01 08:24:15 +00:00
hparekh
f44b0bcb39 Add release note for tempest plugin
Change-Id: Id75f3ac4f72b85ce95c463a861c04ace6c18d33c
Partially-Implements: blueprint mistral-tempest-plugin
2016-01-22 05:52:18 +00:00
Lingxian Kong
79a0f8ab0d Add release note for swift action support
Change-Id: I8449946c3dbd8853cf3b7d3e0603b0d86965e972
2016-01-20 16:30:39 +13:00
hparekh
084bbedbd9 Release note for mistral-docker-image
Release note has been added for pre-installed
mistral docker image.

Change-Id: Iaaeb381e515c0ed8cd45efad245dde257731ce05
Partially-implements: blueprint mistral-docker-image
2015-12-24 16:28:16 +09:00
Michal Gershenzon
f93930bcb4 Add releatenote for fix execution saved in wrong tenant
Change-Id: I4443481743e4b74091e2e0aea608b5c872a3da4b
Related-Bug: 1521802
2015-12-16 16:12:40 +00:00
Moshe Elisha
976667c0a2 Fix concurrency issues by using READ_COMMITTED
The state of a workflow execution was not updated even when all task
executions were completed if some tasks finished at the same time as
other tasks.
Because we were using our connections with transaction isolation
level = REPEATABLE_READ - Each process was using a snapshot of the DB
created at the first read statement in that transaction.
When a task finished and evaluated the state of all the other tasks
it did not see the up-to-date state of those tasks - and so, because
not all tasks were completed - the task did not change the workflow
execution state.

Similar behavior happened with multiple action executions under same
task. On completion, each action execution checked the status of the
other action executions and did not see the up-to-date state of these
action execution - causing task execution to stay in RUNNING state.

Change-Id: I12f66134d92b8ed39df9d6128d7de5ee49aa8623
Closes-Bug: #1518012
Closes-Bug: #1513456
2015-12-09 08:01:38 +00:00
Jenkins
33e9bee117 Merge "Add release notes for Cinder v2 support" 2015-11-30 13:08:05 +00:00
Lingxian Kong
4efa097deb Add release notes for trove support
Change-Id: Iceddc8e44429ec98908c00e0070ebb1eb9896d40
2015-11-29 08:46:08 +08:00
Lingxian Kong
b3901dbbbe Add release notes for Cinder v2 support
Change-Id: Ib72ec654ddfa1ec17747fd759735af49335fd642
2015-11-29 00:05:29 +08:00
Lingxian Kong
559c440cd8 Adding releasenotes management to Mistral
Please get more information here[1][2] for understanding well about reno.

[1]: http://lists.openstack.org/pipermail/openstack-dev/2015-November/078301.html
[2]: http://docs.openstack.org/developer/reno/design.html

Change-Id: Iaba8cb4fd2de069debf75ba28977380b6a4cc09c
2015-11-21 00:26:36 +08:00