senlin/senlin/engine/actions
Duc Truong d243ea253b Remove clean-up of cluster/node action when cluster/node is deleted
The simultaneous delete of cluster/node actions while actual cluster/node
deletion is on-going causes DB deadlocks.  Removing the clean-up and instead
having users run the senlin-manage script periodically to purge the action
table is better way to handle this.

Change-Id: If65d8006150788fff35ecd6eddec0a761e9b4cff
Closes-Bug: 1861445
2020-01-30 14:12:37 -08:00
..
__init__.py Add missing __init__.py to actions/ 2015-01-25 22:57:15 -05:00
base.py Remove six usage 2020-01-13 14:22:55 -08:00
cluster_action.py Remove clean-up of cluster/node action when cluster/node is deleted 2020-01-30 14:12:37 -08:00
custom_action.py Unit test for custom action module 2015-08-13 04:00:09 -04:00
node_action.py Remove clean-up of cluster/node action when cluster/node is deleted 2020-01-30 14:12:37 -08:00