senlin/senlin/engine/actions
Duc Truong fa2d817839 Shutdown VM before destructive update action
- Shutdown VM before a profile update is performed if the VM is in
active state.

- Start VM after profile update is completed if the VM is in shutdown
state.

- Update health policy to be disabled before cluster update, cluster
recover and cluster node replace and enabled again after the operation
has completed.

- Add cluster.stop_timeout_before_update cluster config option to
specify custom timeout for shutting down a VM as part of profile update.

Change-Id: I9744a1c7990e7a01efe5f9e200eddc920916b4ac
2020-11-18 04:31:44 +00: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 Shutdown VM before destructive update action 2020-11-18 04:31:44 +00: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