Files
watcher/releasenotes/notes/change-nova-service-precondition-check-8c87bc04a4fd3d0f.yaml
Alfredo Moralejo 4a41404e28 Skip change_nova_service_state actions in pre_condition phase
This patch is implementing detection of certain conditions and moving
the action to SKIPPED status so that, execution is not started. We will
check that:

- The specified nova-compute service exist
- The spedified nova-compute service is in the desired state

Implements: blueprint skip-actions-in-pre-condition

Change-Id: I0fa0869468b2f4478b592a59bc301abb7618ec74
Signed-off-by: Alfredo Moralejo <amoralej@redhat.com>
2026-02-24 09:44:03 +00:00

10 lines
351 B
YAML

---
features:
- |
Added a pre-condition check to the change_nova_service_state action
to prevent executing it when required criteria are not met. In the
following conditions, the action status will be set to SKIPPED:
- The specified nova-compute service is not found
- The specified nova-compute service is in the desired state